

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="4b0082";
oncolor="ffebdc";
offbgcolor="Maroon";
offcolor="E8E8D2";
bordercolor="Black";
borderstyle="solid";
borderwidth=1;
separatorcolor="Black";
separatorsize="1";
separatorpadding = 1;
padding=2;
fontsize="10";
fontstyle="Normal";
fontfamily="Tahoma, Arial, Verdana";
fontweight="bold";
pagecolor="Orange";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.whatcomcd.org/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="";
itemwidth=90;
}

with(menuStyle2=new mm_style()){
onbgcolor="4b0082";
oncolor="ffebdc";
offbgcolor="Maroon";
offcolor="E8E8D2";
bordercolor="Black";
borderstyle="solid";
borderwidth=1;
separatorcolor="Black";
separatorsize="1";
padding=3;
fontsize="10";
fontstyle="Normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
pagecolor="Orange";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.whatcomcd.org/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center";
top=120;
left="offset=-351";
alwaysvisible=1;
orientation="Vertical";
aI("text=WCD Home;url=http://www.whatcomcd.org/index.html;");
aI("text=CREP;url=http://www.whatcomcd.org/CREP/CREP.html;");
aI("showmenu=FarmAssist;text=Farm Assistance;url=http://www.whatcomcd.org/FarmAssist/FarmAssist.html;");
aI("text=Education;url=http://www.whatcomcd.org/Education/Education.html;");
aI("text=Publications;url=http://www.whatcomcd.org/Publications/Publications.html;");    
aI("text=Staff;url=http://www.whatcomcd.org/Staff/Staff.html;");
aI("text=District Bus.;url=http://www.whatcomcd.org/DistBusiness/DistBusiness.html;");
aI("text=Tenmile Watershed;url=http://www.whatcomcd.org/Watersheds/Tenmile/Tenmile.html;");
aI("text=Bertrand Watershed;url=http://www.whatcomcd.org/Watersheds/Bertrand/Bertrand.html;");
aI("text=Engineering;url=http://www.whatcomcd.org/Engineering/Engineering.html;");
aI("text=Upcoming Events;url=http://www.whatcomcd.org/Education/UpcomingEvents.html;");
aI("text=Plant Sale;url=http://www.whatcomcd.org/PlantSale/PlantSale.html;");
aI("text=Links&nbsp;url=http://www.whatcomcd.org/Links.html;");
aI("text=Weather;url=http://www.whatcomcd.org/Weather/Weather.html;");
aI("text=Maps;url=http://www.whatcomcd.org/Maps.html;");
aI("text=Search;url=http://www.whatcomcd.org/Search.html;");
aI("text=Contact Us;url=http://www.whatcomcd.org/ContactUs.html;");
}
		         
with(milonic=new menuname("FarmAssist")){
style=menuStyle2;
overflow="scroll";
aI("text=Dairy;url=http://www.whatcomcd.org/FarmAssist/Dairy/Dairy.html;");
aI("text=Small Farm;url=http://www.whatcomcd.org/FarmAssist/SmallFarm/SmallFarm.html;");
}
		         	         


drawMenus();

