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(menuStyle=new mm_style()){
bordercolor="#E1E8EC";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#E1E8EC";
offcolor="#000000";
onbgcolor="#006699";
oncolor="#ffffff";
padding=4;
pagebgcolor="#E1E8EC";
separatorcolor="#ffffff";
separatorpadding=6;
separatorsize=1;
/*separatorheight=4;*/
subimage="menu/arr_blue.png";
onsubimage="menu/arv_blue.png";
subimagepadding=3;
}

with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#E1E8EC";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontweight="normal";
headercolor="#000000";
offbgcolor="#006699";
offcolor="#ffffff";
onbgcolor="#E1E8EC";
oncolor="#000000";
onsubimage="menu/arr_blue.png";

padding=5;
/*pagecolor="black";*/
separatorcolor="#E1E8EC";
separatorsize=1;
subimage="menu/arv_blue.png";
subimagepadding=5;
}
with(subsubmenuStyle=new mm_style()){
bordercolor="#E1E8EC";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#E1E8EC";
offcolor="#000000";
onbgcolor="#006699";
oncolor="#ffffff";
padding=4;
pagebgcolor="#E1E8EC";
separatorcolor="#ffffff";
separatorpadding=6;
separatorsize=1;
subimage="menu/arr_blue.png";
onsubimage="menu/arv_blue.png";
subimagepadding=3;
}
/*with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=  Home;url=http://www.northbonneville.net/;");
aI("showmenu=Government;text=Government;");
aI("showmenu=Utilities;text=Utilities;");
aI("showmenu=Police;text=Police;");
aI("showmenu=Parks;text=Parks;");
aI("showmenu=Community;text=Community;");

}*/

with(milonic=new menuname("Government")){
overflow="scroll";
style=submenuStyle;
aI("showmenu=Administration;text=Administration;");
aI("text=City Council;url=citycouncil.html;")
/*aI("text=Public Works;url=publicworks.html;")*/
aI("showmenu=Planning;text=Planning;");
}

with(milonic=new menuname("Administration")){
style=submenuStyle;
aI("text=Staff Calendars;url=schedule.html;");
aI("text=Forms;url=forms.html;");
/*aI("text=Licensing, Forms & Fees;url=forms.html;");*/
aI("text=Organization Chart;url=orgchart.html;");
aI("text=Budget Finance;url=finance.html;");
aI("text=Municipal Code;url=municipalcode.html;");
aI("text=Ordinances & Resolutions;url=ordinances.html;");
aI("text=Committees & Boards;url=committees.html;");
/*aI("text=Newsletter Subscription;url=http://www.milonic.com/newsletter.php;");*/
aI("text=City Newsletter;url=newsletter.html;");
aI("text=Contact Us;url=contact.html;");
}



with(milonic=new menuname("Planning")){
style=submenuStyle;
aI("text=Planning Commission;url=planning.html;");
/*aI("text=Shoreline Master Program Update;url=SMP.html;");*/
aI("showmenu=SMP;text=Shoreline Master Program;");
/*aI("text=Washington SEPA;url=newpage.html;");
aI("text=Land Use Planning;url=newpage.html;");*/
aI("text=Land Use Maps;url=maps.html;");
aI("text=Heritage Trails Plan;url=downloads/Heritage Trails Plan.pdf;target=new;");
}
with(milonic=new menuname("SMP")){
style=subsubmenuStyle;
aI("text=Shoreline Master Program Update;url=SMP.html;")
;aI("text=SMP Update Schedule;url=SMPSchedule.html;");
}

with(milonic=new menuname("Utilities")){
style=submenuStyle;
aI("text=City Utilities ;url=utilities.html");
/*}aI("text=My Account;url=newpage.html;");
aI("text=Pay Bills;url=newpage.html;");
aI("text=TV Schedule;url=newpage.html;");
aI("text=Water System Plan;url=newpage.html;");
aI("text=Sewer System Plan;url=newpage.html;");*/
}

with(milonic=new menuname("Police")){
style=submenuStyle;
aI("text=Police;url=newpage.html");
}

with(milonic=new menuname("Parks")){
style=submenuStyle;
aI("text=City Park & Open Space;url=parkmap.html;");
aI("text=Heritage Trails Plan;url=downloads/Heritage Trails Plan.pdf;target=new;");
aI("text=Heritage Trails Map;url=htmap.html;");
/*aI("text=Parks Master Plan;url=newpage.html;");*/
}

with(milonic=new menuname("Tourism")){
style=submenuStyle;
aI("text=History of North Bonneville;url=history.html;");
aI("text=Local Activities;url=tourism.html;");
aI("text=Maps & Directions;url=directions.html;");
aI("text=Photo Gallery;url=photogallery/default.html;target=new;");
}

with(milonic=new menuname("Community")){
style=submenuStyle;
aI("text=Business Directory;url=businesses.html;");
/*aI("text=Community Events;url=events.html;");*/
}

drawMenus();


