





_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="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("Programs")){

style=menuStyle;


aI("text=Overview;url=/education/programs/index.aspx;");

aI("text=Creeks, Creatures and Canopies;url=/education/programs/ccc/index.aspx;");

aI("text=Estuary Chesapeake;url=/education/programs/estuary/index.aspx;");

aI("text=Wetland Ecology;url=/education/programs/wetland/index.aspx;");

aI("text=Java History Trail;url=/education/programs/java/index.aspx;");

aI("text=High School Programs;url=/education/programs/star/index.aspx;");

}



with(milonic=new menuname("Teacher")){

style=menuStyle;

aI("text=Overview;url=/education/teachercorner/index.aspx;");

aI("text=Planning Your Field Trip;url=/education/teachercorner/trip_planning.aspx;");

aI("text=Professional Development;url=/education/teachercorner/prof_development.aspx;");


}

with(milonic=new menuname("Resources")){

style=menuStyle;

aI("text=Overview;url=/education/resources/index.aspx;");

aI("text=Blue Crab Online Resource;url=/education/resources/bluecrab/index.aspx;");

aI("text=It's All in the Watershed;url=/education/resources/watershed/index.aspx;");

aI("text=Print Publications;url=/education/resources/print_publications.aspx;");

}






drawMenus();




