

_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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#FFE4BE";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=4;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="image/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("Main Menu")){
style=menuStyle;
screenposition="center";
top=5;
alwaysvisible=1;
followscroll="1";
orientation="horizontal";
aI("text=Main Index;showmenu=index;");
aI("text=<em>PICIDAE</em>;showmenu=contentpicidae;");
}
with(milonic=new menuname("index")){
style=menuStyle;
aI("text=English;showmenu=en;");
aI("text=网站导览（中文简体）;showmenu=ch;");
aI("text=網站導覽（中文繁體）;showmenu=tw;");
aI("text=サイトマップ（日本語）;showmenu=jp;");
aI("text=Site Map (Tiếng Việt);showmenu=vn;");
aI("text=Site Search;url=search.html;");
aI("text=Log of Updates;url=updatebirds.html;");
}

with(milonic=new menuname("en")){
style=menuStyle;
aI("text=Top;url=index.html#TOP;");
aI("text=Non-Passeriformes;url=index.html#table;");
aI("text=Passeriformes;url=index.html#passer;");
aI("text=Notes;url=index.html#notes;");
}

with(milonic=new menuname("ch")){
style=menuStyle;
aI("text=非雀形目;url=indexch.html#TOP;");
aI("text=雀形目;url=indexch.html#passer;");
}

with(milonic=new menuname("tw")){
style=menuStyle;
aI("text=非燕雀目;url=indextw.html#TOP;");
aI("text=燕雀目;url=indextw.html#passer;");
}

with(milonic=new menuname("jp")){
style=menuStyle;
aI("text=非スズメ目;url=indexjp.html#TOP;");
aI("text=スズメ目;url=indexjp.html#passer;");
}

with(milonic=new menuname("vn")){
style=menuStyle;
aI("text=Không Bộ Sẻ;url=indexvn.html#TOP;");
aI("text=Bộ Sẻ;url=indexvn.html#passer;");
}


with(milonic=new menuname("contentpicidae")){
style=menuStyle;
aI("text=Top;url=picidae.html#TOP;");
aI("text=O General Names;url=picidae.html#general;");
aI("text=<strong><em>JYNGINAE</em></strong>;url=picidae.html#jynginae;");
aI("text=<strong>&diams; <em>Jynx</em></strong>;url=picidae.html#jynx;");
aI("text=<strong><em>PICUMNINAE</em></strong>;url=picidae.html#picumninae;");
aI("text=<strong>&diams; <em>Picumnus</em></strong>;url=picidae.html#picumnus;");
aI("text=<strong>&diams; <em>Sasia</em></strong>;url=picidae.html#sasia;");
aI("text=<strong><em>PICINAE</em></strong>;url=picidae.html#picinae;");
aI("text=<strong>&diams; <em>Hypopicus</em></strong>;url=picidae.html#hypopicus;");
aI("text=<strong>&diams; <em>Dendrocopos</em></strong>;url=picidae.html#dendrocopos;");
aI("text=<strong>&diams; <em>Picoides</em></strong>;url=picidae.html#picoides;");
aI("text=<strong>&diams; <em>Celeus</em></strong>;url=picidae.html#celeus;");
aI("text=<strong>&diams; <em>Dryocopus</em></strong>;url=picidae.html#dryocopus;");
aI("text=<strong>&diams; <em>Picus</em></strong>;url=picidae.html#picus;");
aI("text=<strong>&diams; <em>Dinopium</em></strong>;url=picidae.html#dinopium;");
aI("text=<strong>&diams; <em>Chrysocolaptes</em></strong>;url=picidae.html#chrysocolaptes;");
aI("text=<strong>&diams; <em>Gecinulus</em></strong>;url=picidae.html#gecinulus;");
aI("text=<strong>&diams; <em>Sapheopipo</em></strong>;url=picidae.html#sapheopipo;");
aI("text=<strong>&diams; <em>Blythipicus</em></strong>;url=picidae.html#blythipicus;");
aI("text=<strong>&diams; <em>Rheinwardtipicus</em></strong>;url=picidae.html#rheinwardtipicus;");
aI("text=<strong>&diams; <em>Meiglyptes</em></strong>;url=picidae.html#meiglyptes;");
aI("text=<strong>&diams; <em>Hemicircus</em></strong>;url=picidae.html#hemicircus;");
aI("text=<strong>&diams; <em>Mulleripicus</em></strong>;url=picidae.html#mulleripicus;");
aI("text=O Notes;url=picidae.html#notes;");
aI("text=O Cultural Notes;url=picidae.html#culture;");
}

drawMenus();


