

_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="#CEEFBD";
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=71;
alwaysvisible=1;
followscroll="1";
orientation="horizontal";
aI("text=Main Index;showmenu=index;");
aI("text=<em>ACCIPITRIDAE (1)</em>;showmenu=contentaccipitridae1;");
aI("text=<em>ACCIPITRIDAE (2)</em>;showmenu=contentaccipitridae2;");
}

with(milonic=new menuname("index")){
style=menuStyle;
aI("text=Contents (English);showmenu=en;");
aI("text=目錄（中文繁體）;showmenu=tw;");
aI("text=目录（中文简体）;showmenu=ch;");
aI("text=目次  (日本語);showmenu=jp;");
aI("text=목차（한국어）;showmenu=kr;");
aI("text=목차（한국어）;showmenu=kr;");
aI("text=Mục lục (Tiếng Việt);showmenu=vn;");
aI("text=Writing Japanese bird names with kanji;url=../kanji.html;");
aI("text=Log of Updates;url=../updates.html;");
aI("text=Sources;url=../sources.html;");
}



with(milonic=new menuname("en")){
style=menuStyle;
aI("text=Top;url=index.html#TOP;");
aI("text=Non-Passerines;url=index.html#nonpasserines;");
aI("text=Passerines;url=index.html#passerines;");
}

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

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

with(milonic=new menuname("kr")){
style=menuStyle;
aI("text=Non-Passerines;url=indexkr.html#nonpasserines;");
aI("text=Passerines;url=indexkr.html#passerines;");
}

with(milonic=new menuname("vn")){
style=menuStyle;
aI("text=Phi Bộ Sẻ;url=indexvn.html#nonpasserines;");
aI("text=Bộ Sẻ;url=indexvn.html#passerines;");
}




with(milonic=new menuname("tw")){
style=menuStyle;
aI("text=肥雀形目;url=indextw.html#nonpasserines;");
aI("text=雀形目;url=indextw.html#passerines;");
}

with(milonic=new menuname("contentaccipitridae1")){
style=menuStyle;
aI("text=Top;url=accipitridae1.html#nonpasserines;");
aI("text=O General Names;url=accipitridae1.html#general;");
aI("text=<strong><em>PANDIONINAE</em></strong>;url=accipitridae1.html#pandioninae;");
aI("text=<strong>&diams; <em>Pandion</em></strong>;url=accipitridae1.html#pandion;");
aI("text=<strong><em>ACCIPITRINAE</em></strong>;url=accipitridae1.html#accipitrinae;");
aI("text=<strong>&diams; <em>Pernis</em></strong>;url=accipitridae1.html#pernis;");
aI("text=<strong>&diams; <em>Elanus</em></strong>;url=accipitridae1.html#elanus;");
aI("text=<strong>&diams; <em>Milvus</em></strong>;url=accipitridae1.html#milvus;");
aI("text=<strong>&diams; <em>Haliastur</em></strong>;url=accipitridae1.html#haliastur;");
aI("text=<strong>&diams; <em>Haliaeetus</em></strong>;url=accipitridae1.html#haliaeetus;");
aI("text=<strong>&diams; <em>Aegypius</em></strong>;url=accipitridae1.html#aegypius;");
aI("text=<strong>&diams; <em>Spilornis</em></strong>;url=accipitridae1.html#spilornis;");
aI("text=<strong>&diams; <em>Circus</em></strong>;url=accipitridae1.html#circus;");
}

with(milonic=new menuname("contentaccipitridae2")){
style=menuStyle;
aI("text=<strong>&diams; <em>Accipiter</em></strong>;url=accipitridae2.html#accipiter;");
aI("text=<strong>&diams; <em>Butastur</em></strong>;url=accipitridae2.html#butastur;");
aI("text=<strong>&diams; <em>Buteo</em></strong>;url=accipitridae2.html#buteo;");
aI("text=<strong>&diams; <em>Ictinaetus</em></strong>;url=accipitridae2.html#ictinaetus;");
aI("text=<strong>&diams; <em>Aquila</em></strong>;url=accipitridae2.html#aquila;");
aI("text=<strong>&diams; <em>Spizaetus</em></strong>;url=accipitridae2.html#spizaetus;");
}

drawMenus();

