





_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="#1C59B9";

bordercolor="#296488";

borderstyle="solid";

borderwidth=1;

separatorcolor="#2D729D";

separatorsize="1";

padding=2;

fontsize="70%";

fontstyle="bold";

fontfamily="Arial";

pagecolor="#1C59B9";

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("Collections")){

style=menuStyle;

aI("text=Abu Dhabi (UAE);url=abudhabi.aspx;");

aI("text=Antarctica;url=antarctica.aspx;");

aI("text=Belize;url=Belize.aspx;showmenu=Belize;");

aI("text=Cape Cod;url=CapeCod.aspx;");

aI("text=Chesapeake Bay;url=Chesapeake.aspx;showmenu=Chesapeake;");

aI("text=Ecuador;url=ecuador.aspx;");

aI("text=Florida;url=florida.aspx;");

aI("text=India;url=india.aspx;");

aI("text=Panama;url=panama.aspx;");

aI("text=Philippines;url=Philippines.aspx;");

aI("text=Vietnam;url=VietNam.aspx;");

aI("text=Miscellaneous;url=miscellaneous.aspx;");

aI("text=Index of ALL SPECIES;url=sppindx.aspx;");
}


with(milonic=new menuname("Chesapeake")){

style=menuStyle;


aI("text=Chlorophyceae;url=chlorophyceae.aspx;");

aI("text=Chrysophyceae;url=chrysophyceae.aspx;");

aI("text=Cryptophyceae;url=cryptophyceae.aspx;");

aI("text=Cyanobacteriaceae;url=cyanobacteriaceae.aspx;");

aI("text=Diatoms;url=diatoms.aspx;showmenu=Diatoms;");

aI("text=Dinoflagellates;url=dinoflagellates.aspx;");

aI("text=Microzooplankton;url=Microzoop.aspx;");

aI("text=Raphidophyceae;url=raphidophyceae.aspx");


}

with(milonic=new menuname("Belize")){

style=menuStyle;

aI("text=Belize (page 1);url=Belize.aspx;");

aI("text=Belize (page 2);url=BelizeP2.aspx;");


}


with(milonic=new menuname("Diatoms")){

style=menuStyle;

aI("text=Diatoms (page 1);url=diatoms.aspx;");

aI("text=Diatoms (page 2);url=diatomsP2.aspx;");

aI("text=Diatoms (page 3);url=diatomsP3.aspx;");


}


with(milonic=new menuname("Guide")){

style=menuStyle;


}



with(milonic=new menuname("Phytohome")){

style=menuStyle;


}


with(milonic=new menuname("Links")){

style=menuStyle;


}


with(milonic=new menuname("Taxref")){

style=menuStyle;


}



drawMenus();




