_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots1.gif";
offbgcolor="White";
offcolor="#000000";
onbgcolor="#7F0000";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="#D40000";
offcolor="#ffffff";
onbgcolor="#0F0F0F";
oncolor="#ffffff";
padding="4";
separatorcolor="#EFEFEF";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=./;");
aI("showmenu=Meet the HydrantsFox Theatre HydrantLEFT_MENU;text=Meet the Hydrants;target=;url=Meet_the_Fire_Hydrants.html;");
aI("text=About Us;target=;url=Globevista.html;");
aI("text=Contact Us;target=;url=Contact_Us.html;");
aI("text=Disclaimer;target=;url=Disclaimer.html;");
aI("text=Privacy;target=;url=Privacy.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("Meet the HydrantsFox Theatre HydrantLEFT_MENU")){
style=submenuStyle;
aI("text=Fox Theatre Hydrant;target=;url=Fox_Theatre_Hydrant.html;");
aI("text=Carnegie Education Pavillion Hydrant;target=;url=Carnegie_Education_Pavillion_Hydrant.html;");
aI("text=Margaret Mitchell's House Hydrant;target=;url=Margaret_Mitchell's_House_Hydrant.html;");
}


 drawMenus();

