





_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/fish_invert_ecology/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("Longterm")){

style=menuStyle;


aI("text=Overview;url=/labs/fish_invert_ecology/long_term/overview.aspx;");

aI("text=Fish &amp; Crustaceans of a Tributary Creek;url=/labs/fish_invert_ecology/long_term/tributary.aspx;");

aI("text=Epibenthic Fish &amp; Crabs;url=/labs/fish_invert_ecology/long_term/epibenthic.aspx;");

aI("text=Infaunal Benthic Invertebrate Community;url=/labs/fish_invert_ecology/long_term/infaunal.aspx;");

aI("text=Nearshore Community of Fish & Crustaceans;url=/labs/fish_invert_ecology/long_term/nearshore.aspx;");

}


with(milonic=new menuname("Bluecrab")){

style=menuStyle;

aI("text=Overview;url=/labs/fish_invert_ecology/bluecrab/overview.aspx;");

aI("text=Stock Enhancement of Blue Crabs;url=/labs/fish_invert_ecology/bluecrab/enhancement.aspx;");

aI("text=Migration of Female Blue Crabs;url=/labs/fish_invert_ecology/bluecrab/migration.aspx;");

aI("text=Winter Mortality of Chesapeake Blue Crabs;url=/labs/fish_invert_ecology/bluecrab/winter_mort.aspx;");

aI("text=Reproductive Biology of Blue Crabs;url=/labs/fish_invert_ecology/bluecrab/reproduction.aspx;");

aI("text=Habitat Partitioning by Blue Crabs;url=/labs/fish_invert_ecology/bluecrab/partitioning.aspx;");

aI("text=Foraging Ecology of Blue Crabs;url=/labs/fish_invert_ecology/bluecrab/foraging.aspx;");

}

with(milonic=new menuname("Predator")){

style=menuStyle;

aI("text=Overview;url=/labs/fish_invert_ecology/predator_prey/overview.aspx;");

aI("text=Blue Crab-Clam Interactions;url=/labs/fish_invert_ecology/predator_prey/crab_clam.aspx;");

aI("text=Fish-Shrimp Interactions;url=/labs/fish_invert_ecology/predator_prey/fish_shrimp.aspx;");

aI("text=Scale of Predator-Prey Interactions;url=/labs/fish_invert_ecology/predator_prey/scale.aspx;");

}

with(milonic=new menuname("Invasives")){

style=menuStyle;

aI("text=Overview;url=/labs/fish_invert_ecology/invasives/overview.aspx;");



}

with(milonic=new menuname("casestudies")){

style=menuStyle;

aI("text=Species;url=/labs/fish_invert_ecology/invasives/species.aspx;");

aI("text=Sites;url=/labs/fish_invert_ecology/invasives/sites.aspx;");


}

with(milonic=new menuname("Spatial")){

style=menuStyle;
aI("text=Overview;url=/labs/fish_invert_ecology/spatial/overview.aspx;");

aI("text=Nearshore Communities and Shoreline Development;url=/labs/fish_invert_ecology/spatial/shore.aspx;");



aI("text=Estuarine Indicators;url=/labs/fish_invert_ecology/spatial/indicators.aspx;");

}

with(milonic=new menuname("Other")){

style=menuStyle;

aI("text=Overview;url=/labs/fish_invert_ecology/other_studies/overview.aspx;");


}





drawMenus();




