_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10             // Sub menu top offset
_subOffsetLeft=-20            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=10               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#CCCCCC";     //Sets the color of the menu when moused over
offbgcolor="#CCCCCC";     //Sets the default color of the menu items background
oncolor="#FFFFFF";     //Sets the font color of the menu text when moused over
offcolor="#000000";     //Set the default font color of the menu text 
bordercolor="#CCCCCC";     //Sets the border color
borderstyle="solid";
borderwidth=1;     //Sets the border width
separatorcolor="#000000";     //Sets the separator color
separatorsize="1";     //Sets the general width of the separator
separatorheight="12";     //Sets the separator height
separatorpadding="3";     //Sets the padding for the separator
padding=3.5;     //Sets the general padding feature
fontsize="65%";     //Regulates the menu font size
fontstyle="normal";
fontfamily="MS Sans Serif, Verdana, Tahoma, Arial";
pagecolor="#000000";     //Changes the font color of the page you are viewing in the menu after it is selected
pagebgcolor="#CCCCCC";    //Changes the bgcolor of the page you are viewing in the menu after it is selected
headercolor="#00000";
headerbgcolor="#ffffff";
subimage="dhtmlMenu/arrow.gif";
onsubimage="dhtmlMenu/arrow2.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#CCCCCC', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.1)";
}


with(milonic=new menuname("mainmenu")){
style=menuStyle;
top=82;
screenposition="center";
left="offset=-138";
alwaysvisible=1;
orientation="horizontal";
aI("text=City Of Forest Hills;showmenu=City Menu;");
aI("text=Online Information;showmenu=Online Information Menu;status=Learn More About Our Insurance Products & Services;");
aI("text=Additional Resources;showmenu=Additional Resources Menu;");
aI("text=Contact City Hall;showmenu=Contact City Hall Menu;status=Contact Us Via Phone, Fax or Email;");
}
//*******************************************************************
with(milonic=new menuname("City Menu")){
style=menuStyle;
overflow="scroll";
aI("text=Homepage;url=index.html;");
aI("text=History of Forest Hills;url=history.html;");
aI("text=Quarterly Newsletter;url=newsletter/newsletter.html;");
aI("text=Board of Commissioners;url=boc.html;");
aI("text=City Manager's Office;url=citymanager.html;");
aI("text=Purchase Historic Homes Book;url=history_purchasebook.html;");
}

//*******************************************************************
with(milonic=new menuname("Online Information Menu")){
style=menuStyle;
overflow="scroll";
aI("text=PUBLIC NOTICES;url=publicnotices.html;");
aI("text=City News & Events;url=newsevents.html;");
aI("text=Download Forms & Information;url=downloadmenu.html;");
aI("text=Intro to Dept. of Codes & Planning;url=codesplanning.html;");
aI("text=City Zoning Map [PDF Download];url=downloads/zoning_map.pdf;");
aI("text=Do I Need A Permit?;url=codes=needpermit.html;");
aI("text=Building Inspection Guidelines;url=codes=inspection_guidelines.html;");
aI("text=Site Development Plan Checklist;url=codes=planchecklist.html;");
}

//*******************************************************************
with(milonic=new menuname("Additional Resources Menu")){
style=menuStyle;
overflow="scroll";
aI("text=NEW - Storm Water Resources;url=stormwater_resources.html;");
aI("text=Disaster Preparedness;url=disaster_preparedness.html;");
aI("text=State & Local Resources;url=state_local.html;");
}

//*******************************************************************
with(milonic=new menuname("Contact City Hall Menu")){
style=menuStyle;
overflow="scroll";
aI("text=Contact City Hall;url=contact_cityhall.html;");
aI("text=Community Feedback;url=submit_comments.html;");
}

//*******************************************************************
drawMenus();

