_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0            // Sub menu top offset
_subOffsetLeft=0           // Sub menu left offset

/// Style Definitions ///

with(subStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#f29f6b";
offbgcolor="#ffffff";
offcolor="#006699";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#f29f6b";
separatorsize=2;
padding=4;
fontsize=11;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="../images/myArrow.gif";
onsubimage="../images/myArrow2.gif";
subimagepadding="0 0 0 10";
high3dcolor="#f29f6b"; //"#edf3ee";
low3dcolor="#f29f6b";
swap3d=1;
headerbgcolor="#548959";
headercolor="#f2f2ff";
overfilter="Pixelate(squares=20, duration=0.3)";
outfilter="Pixelate(squares=20, duration=0.3)";
}

/// Submenu Definitions ///

with(milonic=new menuname("Landscape")){
left=-10;
style=subStyle;
aI("text=Garden History;url=gardenhistory.html;target=guts;");

}

with(milonic=new menuname("Childrens Programs")){
style=subStyle;
aI("text=Children's Birthday Parties;url=childparties.html;");
aI("text=History Camp;url=historycamp.html;");

}

with(milonic=new menuname("HHS Membership")){
style=subStyle;
aI("text=Volunteer;url=volunteer.html;");
}

with(milonic=new menuname("Rentals")){
style=subStyle;
aI("text=More Wedding Pictures;url=weddingpics.html;");
}

with(milonic=new menuname("Highlands")){
style=subStyle;
aI("text=c. 1920 Greenhouse Restoration;url=../greenhouse_frameset.html;");
aI("text=New Signs at The Highlands;url=newsigns.html;");
aI("text=Garden Restoration;url=gardenrestore_sub.html;");
}

drawMenus();


