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="#B7CDC6";
oncolor="#000000";
offbgcolor="#FAF2E7";
offcolor="#000000";
bordercolor="#494870";
borderstyle="solid";
borderwidth=1;
separatorcolor="#D1D1DD";
separatorsize="1";
padding=5;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#EBE3DB";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=110;
left=3;
alwaysvisible=1;
itemwidth=130;
orientation="vertical";
followscroll=1;
aI("text=Return to Food Home;url=http://www.sonoma-county.org/health/eh/foodhome.htm;status=Return to Food Home;");
aI("text=Introduction;url=index.htm;status=Food Inspection Introduction;");
aI("text=New Search;url=foodsearch.htm;status=New Food Inspection Search;");
aI("text=Definitions: Critical Violations;url=explanations.asp;status=Definitions: Critical Violations;");
aI("text=Definitions: Terminology;url=terminology.htm;status=Definitions: Terminology;");
}


drawMenus();

