
_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150  // The time delay before menus open on mouse over
_subOffsetTop=10     // Sub menu top offset
_subOffsetLeft=-10  // Sub menu left offset

with(menuStyleMain=new mm_style()){
onbgcolor="#3399CC";
offbgcolor="#C8CCC8";
oncolor="#ffffff";
offcolor="#0000CC";
//visitedcolor="#663399";
visitedcolor="#0000CC";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
separatorpadding=0;
padding=0;
fontsize="12px";
fontweight="normal";
//fontweight="bold";
//onbold="1";
fontstyle="normal";
decoration="none";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="black";
//pagebgcolor="#0099CC";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="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(menuStyle=new mm_style()){
onbgcolor="#3399CC";
offbgcolor="#C8CCC8";
oncolor="#ffffff";
offcolor="#0000CC";
//visitedcolor="#663399";
visitedcolor="#0000CC";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="12px";
//fontweight="bold";
fontstyle="normal";
decoration="none";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="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("reasons")){
style=menuStyle;
overflow="scroll";
aI("text=&nbsp Investment Potential &nbsp;;url=/biotech/reasons.html#top");
aI("text=&nbsp Untapped Biodiversity &nbsp;;url=/biotech/reasons.html#unsurpassed");
aI("text=&nbsp Wide-Ranging Potential  &nbsp;;url=/biotech/reasons.html#benefits");
aI("text=&nbsp Challenges  &nbsp;;url=/biotech/reasons.html#hurdles");
aI("text=&nbsp Solutions  &nbsp;;url=/biotech/reasons.html#tools");
}

with(milonic=new menuname("achievements")){
style=menuStyle;
overflow="scroll";
aI("text=&nbsp Human Health  &nbsp;;url=/biotech/achievmts/biomed.htm");
aI("text=&nbsp Our Environment  &nbsp;;url=/biotech/achievmts/environ.html");
aI("text=&nbsp Fisheries  &nbsp;;url=/biotech/achievmts/aquacult.htm");
aI("text=&nbsp Agriculture &amp; Industry  &nbsp;;url=/biotech/achievmts/agric.htm");
}

with(milonic=new menuname("seagrant")){
style=menuStyle;
overflow="scroll";
aI("text=&nbsp National Initiative &nbsp;;url=/biotech/seagrant.htm#initiative");
aI("text=&nbsp Collaboration   &nbsp;;url=/biotech/seagrant.htm#collaborate");
aI("text=&nbsp Local Efforts  &nbsp;;url=/biotech/seagrant.htm#local");
aI("text=&nbsp National Progress &amp; Industry &nbsp;;url=/biotech/seagrant.htm#national");
}

with(milonic=new menuname("database")){
style=menuStyle;
overflow="scroll";
}

with(milonic=new menuname("policy")){
style=menuStyle;
overflow="scroll";
aI("text=&nbsp Human and Ecological Welfare &nbsp;;url=/biotech/policy.htm");
aI("text=&nbsp Ecological Responsibility &nbsp;;url=/biotech/policy.htm#respons");
aI("text=&nbsp Biosafety &nbsp;;url=/biotech/policy.htm#biodiversity;showmenu=biosafety");
aI("text=&nbsp Resources &amp; References  &nbsp;;url=/biotech/policy.htm#links");
}

with(milonic=new menuname("biosafety")){
style=menuStyle;
overflow="scroll";
aI("text=&nbsp Policy &nbsp;;url=/biotech/policy.htm#policy");
aI("text=&nbsp Health &nbsp;;url=/biotech/policy.htm#human");
aI("text=&nbsp Ecology &nbsp;;url=/biotech/policy.htm#ecological ");
aI("text=&nbsp Regulations &nbsp;;url=/biotech/policy.htm#regulatory");
aI("text=&nbsp International &nbsp;;url=/biotech/policy.htm#international");
}

with(milonic=new menuname("glossary")){
style=menuStyle;
overflow="scroll";
}

with(milonic=new menuname("links")){
style=menuStyle;
overflow="scroll";
aI("text=&nbsp For Everyone &nbsp;;url=/biotech/links.htm#gen");
aI("text=&nbsp For Teachers &amp; The Public &nbsp;;url=/biotech/links.htm#teach");
aI("text=&nbsp For Researchers &nbsp;;url=/biotech/links.htm#researcher");
aI("text=&nbsp Sea Grant Resources &nbsp;;url=/biotech/links.htm#sg");
aI("text=&nbsp Public Policy &nbsp;;url=/biotech/links.htm#policy");
}

drawMenus();

