


_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=50                // Follow scrolling Rate
_subOffsetTop=5               // 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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="8";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=135;
left=17;
itemwidth="92";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.asp;status=Back To Home Page;");
aI("text=Overview;showmenu=Overview;");
aI("text=WMP Structure;showmenu=Structure;");
aI("text=WMP Products;showmenu=Products;");
aI("text=TMDL's;showmenu=TMDL;");
aI("text=Water Quality Data;showmenu=WQData;");
aI("text=Meetings;showmenu=Meetings;");
aI("text=Get Involved;showmenu=GetInvolved;");
}

with(milonic=new menuname("Overview")){
style=menuStyle;
aI("text=Watershed 101;url=1a.asp;");
aI("text=Local Benefits;url=1b.asp;");
}

with(milonic=new menuname("Structure")){
style=menuStyle;
aI("text=Steering Committee;url=2.asp;");
aI("text=Subcommittee Overview;url=2a.asp;");
aI("text=Water Resources / Water Quality;url=2b.asp;");
aI("text=Habitat / Recreation;url=2c.asp;");
aI("text=Flood Protection and Sedimentation;url=2d.asp;");
aI("text=Agriculture;url=2e.asp;");
aI("text=Land Use;url=2f.asp;");
aI("text=Public Outreach and Education;url=2g.asp;");
aI("text=Stakeholders Committee;url=2h.asp;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=By Subcommittee;url=3a.asp;");
aI("text=Composite Listing;url=3b.asp;");
}

with(milonic=new menuname("TMDL")){
style=menuStyle;
aI("text=About TMDL's;url=4.asp;");
aI("text=TMDL Status Report;url=4a.asp;");
aI("text=Salts;url=4b.asp;");
aI("text=Toxicity;url=4c.asp;");
aI("text=Metals;url=4d.asp;");
aI("text=Historic Pesticides;url=4e.asp;");
aI("text=Bacteria;url=4f.asp;");
aI("text=Nutrients;url=4g.asp;");
}

with(milonic=new menuname("WQData")){
style=menuStyle;
aI("text=Hydrology;url=hydrology.asp;");
aI("text=Conventional Water Quality;url=conventional.asp;");
aI("text=Historic Pesticides;url=historic.asp;");
aI("text=Toxicity;url=toxicity.asp;");
aI("text=Metals;url=metals.asp;");
aI("text=Bacteria;url=bacteria.asp;");
}


with(milonic=new menuname("Meetings")){
style=menuStyle;
aI("text=Calendar of Meetings;url=5a.asp;");
}

with(milonic=new menuname("GetInvolved")){
style=menuStyle;
aI("text=How to Participate;url=6a.asp;");
aI("text=Submit Contact Information;url=6b.asp;");
}

drawMenus();

