


_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="#DFDEDC";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#AF972B";
bordercolor="#006666";
borderstyle="none";
borderwidth=1;
separatorcolor="#AF972B";
separatorsize="1";
padding=5;
fontsize="90%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#766208";
headercolor="#c8d9bf";
headerbgcolor="#ffffff";
subimage="/uccoop/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=155;
left=0;
alwaysvisible=1;
orientation="vertical";
itemwidth="125";
followscroll=1;
aI("text=Home;url=/uccoop/index.htm;status=Back To Home Page;");
aI("text=Location;url=/uccoop/location.htm;status=University of California Cooperative Extension Location;");
aI("text=University of California Cooperative Extension;url=http://cesonoma.ucdavis.edu;target=new;targetfeatures='buttons=yes,toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes,width=600,height=400,screenX=50,screenY=50,left=50,top=50';onfunction=showtip('External File: Opens external file in a new browser window.');status=University of California Cooperative Extension.;");
}

with(milonic=new menuname("")){
style=menuStyle;
aI("");
}

with(milonic=new menuname("")){
style=menuStyle;
aI("");
aI("");
}


drawMenus();