





_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="#4F8EB6";

oncolor="#ffffff";

offbgcolor="#DCE9F0";

offcolor="#515151";

bordercolor="#296488";

borderstyle="solid";

borderwidth=1;

separatorcolor="#2D729D";

separatorsize="1";

padding=2;

fontsize="60%";

fontstyle="normal";

fontfamily="Arial";

pagecolor="black";

pagebgcolor="#82B6D7";

headercolor="#000000";

headerbgcolor="#ffffff";

subimage="/labs/nutrient/images/arrow.gif";

subimagepadding="2";

overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

outfilter="randomdissolve(duration=0.3)";

}







with(milonic=new menuname("Wetland")){

style=menuStyle;

aI("text=Overview;url=/labs/nutrient/wetlands.aspx;");

aI("text=Nutrient/sediment removal by restored wetland;url=/labs/nutrient/wetlands_abstract1.aspx;");

aI("text=Nitrogen procesing in wetlands;url=/labs/nutrient/wetlands_abstract2.aspx;");



}

with(milonic=new menuname("Estuary")){

style=menuStyle;

aI("text=Overview;url=/labs/nutrient/estuaries.aspx;");

aI("text=Changes in N, P across salinity gradient;url=/labs/nutrient/estuaries_NPchanges.aspx;");





}





drawMenus();




