fixMozillaZIndex=true;

_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=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="transparent";		//Background color on mouseover
oncolor="#dbc6a9";			//Text color of menu item on mouseover
offbgcolor="transparent";		//Background color of menu
offcolor="#FFFFFF";			//Text color of menu items
bordercolor="#ffffff";	
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";	//Color of line between menu items
separatorsize="0";			//Size of line between menu items
padding=5;
fontsize="90%";				//Always use a percentage so it will adjust for user settings
fontstyle="none";
/* fontweight="bold"; */
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#FFFFFF";		//Sets the current page text color of the menu item
pagebgcolor="transparent";		//Sets the current page background color of the menu item
headercolor="#FFFFFF";
headerbgcolor="#669999";
subimage="/board/images/arrow.gif";
subimagepadding="1";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#EDDCCB";		//Background color on mouseover
oncolor="#ffffff";			//Text color of menu item on mouseover
offbgcolor="#EDDCCB";		//Background color of menu
offcolor="#000000";			//Text color of menu items
bordercolor="#ffffff";	
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";	//Color of line between menu items
separatorsize="0";			//Size of line between menu items
padding=5;
fontsize="90%";				//Always use a percentage so it will adjust for user settings
fontstyle="none";
/* fontweight="bold"; */
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#000000";		//Sets the current page text color of the menu item
pagebgcolor="#EDDCCB";		//Sets the current page background color of the menu item
headercolor="#FFFFFF";
headerbgcolor="#669999";
subimage="/board/images/arrow.gif";
subimagepadding="1";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=125;
left=1;
alwaysvisible=1;
orientation="vertical";
itemwidth="125";
followscroll=1;
aI("text=HOME;url=/board/index.htm;");
aI("text=About Us;url=/board/aboutus.htm;");
aI("text=Agenda;url=/board/agenda.htm;");
aI("text=Agendas and Minutes Archive;url=/board/agenda_archives.htm;");
aI("text=Boards and Commissions;url=/board/maddy/index.htm;showmenu=boards;");
aI("text=Calendar;url=/board/calendar.asp;");
aI("text=National Association of Counties;url=http://www.naco.org/;target=new;targetfeatures='buttons=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400,screenX=50,screenY=50,left=50,top=50';tooltip=External Site: Opens in a new browser window.;");
aI("text=County Code Online;url=/countycode/;target=new;targetfeatures='buttons=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,screenX=10,screenY=10,left=10,top=10';tooltip=External Site: Opens in a new browser window.;");
aI("text=CSAC Link;url=http://www.csac.counties.org/;target=new;targetfeatures='buttons=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400,screenX=50,screenY=50,left=50,top=50';tooltip=External Site: Opens in a new browser window.;");
aI("text=Customer Survey;url=https://feedback.sonoma-county.org/fs-BOSSurvey.aspx;target=new;targetfeatures='buttons=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400,screenX=50,screenY=50,left=50,top=50';tooltip=Opens in a new browser window.;");
aI("text=Mission Statement;url=/board/mission.htm;");
aI("text=FAQ;url=/board/faq.htm;");
aI("text=Supervisorial Districts;url=/board/district.htm;showmenu=districts;");
aI("text=Strategic Planning;url=/strategic/index.htm;");
}

with(milonic=new menuname("boards")){
style=menuStyle2;
overflow="scroll";
aI("text=List of Commissions;url=/board/maddy/list.asp;");
aI("text=Supervisorial Districts;url=/board/district.htm;");
aI("text=Vacancy List;url=/board/maddy/vacancy.asp;");
aI("text=Application Form;url=/board/maddy/application.htm;");
}

with(milonic=new menuname("districts")){
style=menuStyle2;
overflow="scroll";
aI("text=Map of Supervisor Districts;url=/board/district.htm;");
aI("text=1st District;url=/board/1st_District.htm;");
aI("text=2nd District;url=/board/2nd_District.htm;");
aI("text=3rd District;url=/board/3rd_District.htm;");
aI("text=4th District;url=/board/4th_District.htm;");
aI("text=5th District;url=/board/5th_District.htm;");
}
drawMenus();
