_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#336666";
oncolor="#ffffff";
offbgcolor="#ddffff";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#336666";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=100;
left=10;
alwaysvisible=1;

aI("text=HOME;url=http://artisansoftheberkshires.com;");
aI("text=Cheri Allison;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=CAL");
aI("text=Lisa Anderson;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=LAN");
aI("text=Marguerite Bride;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=MBR");

aI("text=Michael Cohen;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=MCN");
aI("text=JL Gardner;showmenu=JLG");
aI("text=Carl Hetherington;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=CEH");
aI("text=Bruce MacDonald;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=BMAC");
//aI("text=Dawn Meltzer;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=DME");
aI("text=Anne Pasko;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=APO");
aI("text=William Powers;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=WPO");
aI("text=John Skeets Richards;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=JDR");
aI("text=Naomi Schwartz;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=NAS");
aI("text=Scott Taylor;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=STT");
aI("text=Alexandra Warshaw;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=AAW");
aI("text=Quick Links;type=header;itemheight=2;");
aI("text=AotB Calendar;url=http://artisansoftheberkshires.com/TheStuff/code/calendar.html;");
aI("text=AotB Forum (opens in new window);url=http://artisansoftheberkshires.com/TheStuff/phpBB3/;target=blank ;");
aI("text=AotB Forms;url=http://artisansoftheberkshires.com/TheStuff/code/AotBForms.html;");
aI("text=Articles of Interest;url=http://artisansoftheberkshires.com/TheStuff/code/ArticlesOfInterest.html;");
aI("text=Related Links;url=http://artisansoftheberkshires.com/TheStuff/code/RelatedLinks.html;");
aI("text=Things To Do In The Berkshires;url=http://artisansoftheberkshires.com/TheStuff/code/ThingsToDoInTheBerkshires.html;");
aI("text=Arts & Crafts Show Info;url=http://artisansoftheberkshires.com/TheStuff/Arts_Info/index.html;");
aI("text=Password Required;type=header;itemheight=2;");
 aI("text=admin;url=http://artisansoftheberkshires.com/admin/index.php;");
}

with(milonic=new menuname("JLG")){
style=menuStyle;
aI("text=Berkshire Photos Framed;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=JLG");
aI("text=Berkshire Photos UnFramed;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=JLGu");
aI("text=Travel Photos Framed ;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=JLGtf");
aI("text=Travel Photos Unframed;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=JLGt");
aI("text=Junkers;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=JLGj");
aI("text=Birdhouses;url=http://artisansoftheberkshires.com/TheStuff/Artisans/artists.php?artist=JLGb");
}

with(milonic=new menuname("Paintings")){
style=menuStyle;
aI("text= Acrylics;showmenu=TBD;url=");
aI("text= Giclee;url=http://artisansoftheberkshires.com/TheStuff/category.php?cat=giclee");
aI("text= Oil;showmenu=TBD;url=");
aI("text= Watercolors;showmenu=TBD;url=");
}

with(milonic=new menuname("TBD")){
style=menuStyle;
aI("text= To Be Developed;");
}
drawMenus();

