

_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="#F2D5D5";
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";
style=menuStyle;
aI("text=Sibagu;showmenu=main;");
aI("text=Countries;showmenu=countries;");
}


with(milonic=new menuname("main")){
style=menuStyle;
aI("text=Home;url=index.html;");
aI("text=World Birds (Chinese);url=worldch.html;");
aI("text=Japanese Bird Names and kanji;url=kanji.html;");
aI("text=Sources;url=sources.html;");
aI("text=Links;url=links.html;");
aI("text=Updates;url=updates.html;");
aI("text=About;url=about.html;");
}

with(milonic=new menuname("countries")){
style=menuStyle;
aI("text=Mongolia;showmenu=mn;");
aI("text=Japan;showmenu=ja;");
aI("text=China;showmenu=ch;");
aI("text=Taiwan;showmenu=tw;");
aI("text=Vietnam;showmenu=vn;");
}

with(milonic=new menuname("mn")){
style=menuStyle;
aI("text=Birds of Mongolia;url=mongolia/index.html;");
aI("text=Монгол орны шувуу;url=mongolia/indexmn.html;");
aI("text=蒙古的鸟类;url=mongolia/indexch.html;");
aI("text=蒙古的鳥類;url=mongolia/indextw.html;");
aI("text=モンゴルの野鳥;url=mongolia/indexjp.html;");
aI("text=몽골어조류;url=mongolia/indexkr.html;");
aI("text=Moğolistan Kuşları;url=mongolia/indextk.html;");
}



with(milonic=new menuname("ja")){
style=menuStyle;
aI("text=Birds of Japan;url=japan/index.html;");
aI("text=日本の野鳥;url=japan/indexjp.html;");
aI("text=日本的鸟类;url=japan/indexch.html;");
aI("text=日本的鳥類;url=japan/indextw.html;");
aI("text=일본어조류;url=japan/indexkr.html;");
}

with(milonic=new menuname("ch")){
style=menuStyle;
aI("text=Birds of China;url=china/index.html;");
aI("text=中国的鸟类;url=china/indexch.html;");
aI("text=中國的鳥類;url=china/indextw.html;");
aI("text=中国の野鳥;url=china/indexjp.html;");
aI("text=중국의조류;url=china/indexkr.html;");
aI("text=Chim Trung Quốc;url=china/indexvn.html;"); 
aI("text=Хятад орны шувуу;url=china/indexmn.html;");
}


with(milonic=new menuname("tw")){
style=menuStyle;
aI("text=Birds of Taiwan;url=taiwan/index.html;");
aI("text=台灣的鳥類;url=taiwan/indextw.html;");
aI("text=台湾的鸟类;url=taiwan/indexch.html;");
aI("text=台湾の野鳥;url=taiwan/indexjp.html;");
aI("text=타이완어조류;url=taiwan/indexkr.html;");
aI("text=Chim Đài Loan;url=taiwan/indexvn.html;"); 
}

with(milonic=new menuname("vn")){
style=menuStyle;
aI("text=Birds of Vietnam;url=vietnam/index.html;");
aI("text=Chim Việt Nam;url=vietnam/indexvn.html;");
aI("text=越南的鸟类;url=vietnam/indexch.html;");
aI("text=越南的鳥類;url=vietnam/indextw.html;");
aI("text=ベトナムの野鳥;url=vietnam/indexjp.html;");
aI("text=นกของเวียดนาม;url=vietnam/indexth.html;");
}


drawMenus();
