// Milonic DHTML Menu
// please note that major changes to this file have been made.
//
// You no longer need to number your menus as in previous versions. 
// The new menu structure allows you to name the menu instead. This means that you to remove menus and not break the system.
// The structure should also be much easier to modify, add & remove menus and menu items.
// 
// If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.
//
// Please note that the above text CAN be erased if you wish.



// The following line is critical for menu operation, and must appear only once.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


effect = "gradientwipe(size=0.75, wipestyle=1, motion=Forward, duration=0.5)" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

timegap=500					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=10;			// Sub menu offset Top position 
suboffset_left=10;			// Sub menu offset Left position
Frames_Top_Offset=100 		// This is for odd frames behaiour until I can fix it.


plain_style=[				// Menu Properties Array
"Black",						// Off Font Color
"FFFFFF",					// Off Back Color
"FFFFFF",					// On Font Color
"336699",					// On Back Color
"6699CC",					// Border Color
12,							// Font Size
"normal",					// Font Style
"bold",						// Font Weight
"Verdana, Tahoma, Arial, Helvetica",	// Font
4,							// Padding
"arrow.gif"					// Sub Menu Image
,							// 3D Border & Separator
,"66ccff"					// 3D High Color
,"000099"					// 3D Low Color
]


addmenu(menu=["artists",
,,100,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Local Artists","show-menu=local",,"Local Peace Region Artists",
,"International Artists","show-menu=international",,"Search for International Artists",
])

addmenu(menu=["local",
,,100,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Des McCaffrey", "desmccaffrey.htm target=_top",,"Desmond McCaffrey - Nature & Hunting Themed Acrylic Paintings",0
,"Nick May", "nickmay.htm",,"Nick May - Nature Themed Acrylic/Oil Paintings",0
,"Donna Kaut", "kaut.htm",,"Donna Kaut - Nature Themed Oil Paintinga",0
,"Larry Scriba", "scriba.htm",,"Larry Scriba - Photographer",0
,"Holly Crichton", "crichton.htm",,"Holly Crichton - Nature & Horse Themed Watercolor Paintings",0
,"Jim Adrain", "jimadrain.htm",,"Jim Adrain - Nature Themed Watercolor Paintings",0
,"Jack Ellis", "ellisbio.htm",,"Jack Ellis - Oil Patch Themed Watercolor Paintings",0
,"Allan Gillard", "gillard.htm",,"Allan Gillard - Woodburning, Acrylic, Oils, & Watercolor",0
,"Ray Noble", "raynoble.htm",,"Ray Noble - Photographer",0
])

addmenu(menu=["international",
,,100,1,"",plain_style,,,effect,,,,,,,,,,,,
,"More Artists", "international.htm",,"Search for more Artists",0
])

addmenu(menu=["links",
,,100,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Find Artwork","show-menu=findart",,"Find Artwork",
,"Art Supplies","show-menu=supplies",,"Information about Art Supplies",
])

addmenu(menu=["findart",
,,100,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Greenwich Workshop","greenwich.htm target=_top",,"Greenwich Workshop",
,"Hadley House","hadleyhouse.htm target=_top",,"Hadley House",
,"Nature's Scene","naturescene.htm target=_top",,"Natures Scene",
,"Bruce McGaw Graphics","bmcg.htm target=_top",,"Bruce McGraw Graphics",
,"Canadian Art Prints","canadianart.htm target=_top",,"Canadian Art Prints",
])

addmenu(menu=["supplies",
,,100,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Windsor & Newton","windsor.htm target=_top",,"Windsor & Newton",
])

addmenu(menu=["events",
,,150,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Marjorie Henn","henn.htm",,"High Trails and Quiet Places Show & Sale",
,"Capture The Beauty Of The Peace","capture.htm",,"The Upcoming 2003 Capture The Beauty of the Peace Artist Contest",
,"Virtual Gallery","virtual.htm",,"Visit our store and search the Virtual Gallery",
,"Newsletter","mail.htm",,"Please subscribe to our Newsletter",
,"Take a Poll","polls.htm",,"Take a poll to let us know your views",
])

addmenu(menu=["new",
,,150,1,"",plain_style,,,effect,,,,,,,,,,,,
,"A.Y. Jackson","ayjackson.htm",,"A.Y. Jackson",
,"Greenwich Workshop","new-greenwich.htm target=_top",,"Greenwich Workshop",
,"Nature's Scene","new-naturescene.htm target=_top",,"Natures Scene",
])

addmenu(menu=["dis",
,,150,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Giclee Fine Art","show-menu=giclee",,"High Quality Giclee Fine Art Prints Made Here",
,"Art Cards","DISartcards.htm target=_top",,"Art Cards Made Here",
,"Photo Restoration","DISphoto.htm target=_top",,"Photo Restoration available",
,"Commercial Printing","DIScommprint.htm target=_top",,"Commercial Printing",
,"About Us","DISabout.htm target=_top",,"About The Digital Imaging Studio",
])

addmenu(menu=["giclee",
,,100,1,"",plain_style,,,effect,,,,,,,,,,,,
,"What is Giclee?","DISwhatis.htm target=_top",,"Explanation of Giclee",
,"The Giclee Process","DISprocess.htm target=_top",,"Description of the Giclee Process",
,"Printing Media","DISmedia.htm target=_top",,"Our different media types available for printing on",
,"Printing Costs","DIScosts.htm target=_top",,"How much $$$",
,"The Printing Agreement","DISagree.htm target=_top",,"Sign this and your on your way",
,"Printing Calculators","show-menu=calc","DIScalc.htm target=_top","Calculate printing costs or new image sizes",
,"Downloads","DISdownloads.htm target=_top",,"Download some PDF files about us ready to print",
])

addmenu(menu=["calc",
,,100,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Printing Costs","DISprintcalc.htm target=_top",,"Calculate how much your print will cost on different media",
,"Image Resizing","DISimagecalc.htm target=_top",,"Resize your images accurately",
])

dumpmenus()