_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#009900";
offbgcolor="#CBFFCE";
oncolor="#ffffff";
offcolor="#000000";
bordercolor="#2C6E27";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2C6E27";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Verdana";
itemwidth="140";
itemheight="30";
align="Center";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("2")){
style=menuStyle;
aI("text=Retrospective;url=Retrospective.asp;status=Retrospective;");
aI("text=BenStone;url=BenStone.asp;status=BenStone;");
aI("text=Dates of Publication;url=DatesofPublication.asp;status=Dates of Publication;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=Vol 41;url=CurrentIssue.asp;showmenu=98;status=Vol 41;");
aI("text=Vol 40;url=Vol40.asp;showmenu=101;status=Vol 40;");
aI("text=Vol 39;url=Vol39.asp;showmenu=107;status=Vol 39;");
aI("text=Vol 38;url=Volu38.asp;showmenu=113;status=Vol 38;");
aI("text=Vol 37;url=Volu37.asp;showmenu=114;status=Vol 37;");
aI("text=Vol 36 & 35;url=Vol36.asp;showmenu=115;status=Vol 36 & 35;");
aI("text=Supplement 7;url=Vol35.asp;showmenu=116;status=Supplement 7;");
aI("text=Vol 34;url=Vol34.asp;showmenu=117;status=Vol 34;");
aI("text=Supplement 6;url=Supplement6.asp;showmenu=134;status=Supplement 6;");
aI("text=Vol 33;url=Vol33.asp;showmenu=118;status=Vol 33;");
aI("text=Vol 32;url=Vol32.asp;showmenu=119;status=Vol 32;");
aI("text=Vol 31;url=Vol31.asp;showmenu=120;status=Vol 31;");
}

with(sat=new menuname("98")){
style=menuStyle;
aI("text=Vol 41 Abstracts;url=NextIssue.asp;status=Vol 41 Abstracts;");
}

with(sat=new menuname("101")){
style=menuStyle;
aI("text=Vol 40 Abstracts;url=Vol40abstracts.asp;status=Vol 40 Abstracts;");
aI("text=Rare Whale Photos;url=RareWhalePhotos.asp;status=Rare Whale Photos;");
}

with(sat=new menuname("107")){
style=menuStyle;
aI("text=Vol 39 Abstracts;url=Vol39abstracts.asp;status=Vol 39 Abstracts;");
}

with(sat=new menuname("113")){
style=menuStyle;
aI("text=Vol 38 Abstracts;url=Vol38abstracts.asp;status=Vol 38 Abstracts;");
}

with(sat=new menuname("114")){
style=menuStyle;
aI("text=Vol 37 Abstracts;url=Vol37abstracts.asp;status=Vol 37 Abstracts;");
}

with(sat=new menuname("115")){
style=menuStyle;
aI("text=Vol 36 & 35 Abstracts;url=Vol36abstracts.asp;status=Vol 36 & 35 Abstracts;");
}

with(sat=new menuname("116")){
style=menuStyle;
aI("text=Supplement 7 Abstracts;url=Vol35abstracts.asp;status=Supplement 7 Abstracts;");
}

with(sat=new menuname("117")){
style=menuStyle;
aI("text=Vol 34 Abstracts;url=Vol34abstracts.asp;status=Vol 34 Abstracts;");
}

with(sat=new menuname("134")){
style=menuStyle;
aI("text=Supplement 6 Abstracts;url=Supplement6abstracts.asp;status=Supplement 6 Abstracts;");
}

with(sat=new menuname("118")){
style=menuStyle;
aI("text=Vol 33 Abstracts;url=Vol33abstracts.asp;status=Vol 33 Abstracts;");
}

with(sat=new menuname("119")){
style=menuStyle;
aI("text=Vol 32 Abstracts;url=Vol32abstracts.asp;status=Vol 32 Abstracts;");
}

with(sat=new menuname("120")){
style=menuStyle;
aI("text=Vol 31 Abstracts;url=Vol31abstracts.asp;status=Vol 31 Abstracts;");
}

with(sat=new menuname("4")){
style=menuStyle;
aI("text=Insects of Micronesia;url=InsectsofMicronesia.asp;status=Insects of Micronesia;");
aI("text=Chuuk Lexicon;url=ChuukLexicon.asp;status=Chuuk Lexicon;");
aI("text=Conferences;url=Conferences.asp;status=Conferences;");
}

with(sat=new menuname("5")){
style=menuStyle;
aI("text=New Taxa;url=Newtaxa.asp;showmenu=100;status=New Taxa;");
}

with(sat=new menuname("100")){
style=menuStyle;
aI("text=Protista;url=Protista.asp;status=Protista;");
aI("text=Plantae;url=Plantae.asp;status=Plantae;");
aI("text=Animalia;url=Animalia.asp;status=Animalia;");
aI("text=Photos;url=Newtaxaphotos.asp;status=Photos;");
}

drawMenus();

