


_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="#358C67";
oncolor="#000000";
offbgcolor="none";
offcolor="#FFFFFF";
bordercolor="none";
borderstyle="none";
borderwidth=0;
separatorcolor="#57AE8D";
separatorsize="1";
padding=3;
fontsize="95%";
fontstyle="none";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="none";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=135;
left=5;
alwaysvisible=1;
orientation="vertical";
itemwidth="125";
followscroll=1;
aI("text=Map;url=/map/index.htm;status=Discover Sonoma County Map Page;");
aI("text=Points of Interest;url=/points/index.htm;status=Points of Interest Home Page;");
aI("text=Citizens Guide;url=/cao/index.htm;status=Citizens Guide Home Page");
aI("text=Text Only;;url=/map/map_alt.htm;status=Text Only");
}

with(milonic=new menuname("")){
style=menuStyle;
aI("");
}

with(milonic=new menuname("")){
style=menuStyle;
aI("");
aI("");
}


drawMenus();