_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=-2            // 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="#8bb4ac";		//Background color on mouseover
oncolor="#FFFFFF";			//Text color of menu item on mouseover
offbgcolor="#018270";		//Background color of menu
offcolor="#FFFFFF";			//Text color of menu items
bordercolor="#018270";	
borderstyle="solid";
borderwidth="0";
separatorcolor="#FFFFFF";	//Color of line between menu items
separatorsize="1";			//Size of line between menu items
padding="5";
fontsize="100%";				//Always use a percentage so it will adjust for user settings
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";			//Sets the current page text color of the menu item
pagebgcolor="#999999";		//Sets the current page background color of the menu item
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/bea/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#018270', Direction=90, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(SubmenuStyle=new mm_style()){
onbgcolor="#8bb4ac";		//Background color on mouseover
oncolor="#FFFFFF";			//Text color of menu item on mouseover
offbgcolor="#018270";		//Background color of menu
offcolor="#FFFFFF";			//Text color of menu items
bordercolor="#018270";	
borderstyle="solid";
borderwidth="0";
separatorcolor="#FFFFFF";	//Color of line between menu items
separatorsize="1";			//Size of line between menu items
padding="5";
fontsize="90%";				//Always use a percentage so it will adjust for user settings
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="000000";			//Sets the current page text color of the menu item
pagebgcolor="#999999";		//Sets the current page background color of the menu item
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/bea/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#018270', Direction=90, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top="96";
left="1";
alwaysvisible="1";
orientation="vertical";
itemwidth="144";
followscroll="1";
aI("text=BEA Home;url=/bea/index.htm;");
aI("text=About Us;url=/bea/ourmission.htm;showmenu=about;");
aI("text=Publications;url=/bea/publications.htm;showmenu=publications;");
aI("text=Events;url=/bea/events.htm;showmenu=events;");

aI("text=Partners &amp;; Allies;url=/bea/partners.htm;showmenu=partners;");

aI("text=Best Practices Online Catalogue;url=/bea/best_practices.htm;");
aI("text=Resources;url=/bea/resources.htm;");
aI("text=Conservation;url=/bea/conservation_intro.htm;showmenu=conservation;");
aI("text=Business Water Project;url=/bea/bwp/index.htm;showmenu=bwp;");
aI("text=Sonoma Green Business Program;url=/sonomagreen/;target=new;targetfeatures='buttons=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400,screeX=50,screenY=50,left=50,top=50';tooltip=Opens Sonoma Green Site in a new browser window.;");
aI("text=Economic Development Board;url=/edb/;target=new;targetfeatures='buttons=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400,screeX=50,screenY=50,left=50,top=50';tooltip=Opens EDB Site in a new browser window.;");
}

with(milonic=new menuname("about")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Mission & History;url=/bea/ourmission.htm;");
aI("text=Steering Committee;url=/bea/steering.htm;");
aI("text=BEA in the News;url=/bea/in_the_news.htm;");
aI("text=Contact Us;url=/bea/contact.htm;");
}

with(milonic=new menuname("publications")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Overview;url=/bea/publications.htm;");
aI("text=Newsletter;url=/bea/bottom_line.htm;");
aI("text=How-to Guides;url=/bea/how_to_guide.htm;");
aI("text=Special Reports & Surveys;url=/bea/publications.htm#special;");
}

with(milonic=new menuname("events")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Upcoming Events;url=/bea/events.htm;");
aI("text=Events Signup;url=/bea/contact.htm;");
}

with(milonic=new menuname("partners")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Partners;url=/bea/partners.htm;");
aI("text=Allies;url=/bea/allies.htm;");
}

with(milonic=new menuname("conservation")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Introduction;url=/bea/conservation_intro.htm;");
aI("text=Water Conservation;url=/bea/water.htm;");
aI("text=Energy Conservation;url=/bea/energy.htm;");
aI("text=Waste Conservation;url=/bea/waste.htm;");
aI("text=Additional Resources;url=/bea/resources.htm#water;");
aI("text=Sonoma Sure!;url=/bea/sonoma_sure.htm;");
}

with(milonic=new menuname("bwp")){
style=SubmenuStyle;
overflow="scroll";
aI("text=About the Business Water Project;url=/bea/bwp/index.htm;");
aI("text=What We Can Offer;url=/bea/bwp/offer.htm;");
aI("text=Participants;url=/bea/bwp/participants.htm;");
aI("text=Money Saving Tips;url=/bea/bwp/savings.htm;");
}

drawMenus();