fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(submenuStyle=new mm_style()){
bordercolor="#66761d";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#c9a239";
offcolor="#262626";
onbgcolor="#fad46c";
onborder="1px dotted #a58405";
oncolor="#6a4e03";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
subimage="green2_5x7.gif";
subimagepadding=5;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#66761d";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#fad46c";
offcolor="#b48507";
onbgcolor="#c9a239";
onborder="1px dotted #787666";
oncolor="#6a4e03";
onsubimage="downarrow6_green_9x9.gif";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagecolor="black";
subimage="downarrow6_green_9x9.gif";
subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
margin=2;
orientation="horizontal";
style=menuStyle;
aI("showmenu=Home;text=Home;url=http://vanvleck.org/index.htm;");
aI("showmenu=About Us;text=About Us;");
aI("showmenu=Gardens;text=Gardens;");
aI("showmenu=Programs;text=Programs;");
aI("showmenu=Rentals;text=Rentals;");
aI("showmenu=Calendar;text=Calendar;");
aI("showmenu=Publications;text=Publications;");
}

with(milonic=new menuname("About Us")){
margin=4;
style=submenuStyle;
aI("text=History;url=http://vanvleck.org/HouseHistory.htm;");
aI("text=Board & Staff;url=http://vanvleck.org/VVBOM_Staff_Board.htm;");
aI("text=What's New;url=http://vanvleck.org/WhatsNew.htm;");
aI("text=Virtual Tour;url=http://vanvleck.org/VirtualTour.htm;");
aI("text=Contact Information;url=http://vanvleck.org/ContactUs.htm;");
}


with(milonic=new menuname("Gardens")){
margin=4;
style=submenuStyle;
aI("text=The Gardens;url=http://vanvleck.org/TheGardens.htm;");
aI("text=Map of The Gardens;url=http://vanvleck.org/TheGardensMap.htm;");
aI("text=Plant List;url=http://vanvleck.org/PlantList.htm;");
aI("text=Photos;url=http://vanvleck.org/GardenPhotos.htm;");
}

with(milonic=new menuname("Programs")){
margin=4;
style=submenuStyle;
aI("text=Child Education;url=http://vanvleck.org/ChildrensPrograms.htm;");
aI("text=Adult Education;url=http://vanvleck.org/AdultPrograms.htm;");
aI("text=Special Interest;url=http://vanvleck.org/SchoolPrograms.htm;");
}

with(milonic=new menuname("Rentals")){
margin=4;
style=submenuStyle;
aI("text=Rates & Overview;url=http://vanvleck.org/Rentals.htm;");
}

with(milonic=new menuname("Calendar")){
margin=4;
style=submenuStyle;
aI("text=Current & Upcoming Events;url=http://vanvleck.org/CalendarEvents.htm;");
aI("text=Calendar;url=http://vanvleck.org/Calendar.htm;");
aI("text=Previous Events;url=http://vanvleck.org/CalendarRecentEvents.htm;");
}

with(milonic=new menuname("Publications")){
margin=4;
style=submenuStyle;
aI("text=Brochure;url=http://vanvleck.org/Brochure.htm;");
aI("text=Newsletter;url=http://vanvleck.org/Newsletter.htm;");
aI("text=Press Release;url=http://vanvleck.org/PressRelease.htm;");
aI("text=Subscribe;url=http://vanvleck.org/Subscribe.htm;");
}

drawMenus();


