﻿fixMozillaZIndex=true;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=-1;

with(menuStyle=new mm_style()){
bordercolor="#009933";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial Black, Verdana, Arial, Helvetica, sans-serif";
//fontfamily="Verdana, Geneva, sans-serif";
//fontsize="75%";
fontsize="11px";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#009933";
offcolor="#ffffff";
//onbgcolor="#006500";
oncolor="#ffff00";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=0;
//pagebgcolor="#65A765";
//pagecolor="#ffff00";
separatorcolor="#009933";
separatorsize=14;
//subimage="arrow.gif";
//subimagepadding=1;
}

with(menuStyle2=new mm_style()){
bordercolor="#009933";
borderstyle="solid";
borderwidth=0;
//fontfamily="Arial Black, Verdana, Arial, Helvetica, sans-serif";
fontfamily="Verdana, Geneva, sans-serif";
fontsize="11px";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#006500";
offcolor="#ffffff";
onbgcolor="#65A765";
//oncolor="#ffff00";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=2;
//pagebgcolor="#65A765";
//pagecolor="#ffff00";
separatorcolor="#999999";
separatorsize=1;
}

with(menu=new menuname("Main Menu")){
alwaysvisible=1;
left=findPosX(document.getElementById("LangID"));
orientation="horizontal";
style=menuStyle;
top=findPosY(document.getElementById("LangID"));
aI("text=ENG;url="+enhtml);
}

with(menu=new menuname("Main Menu")){
alwaysvisible=1;
left=findPosX(document.getElementById("LangID"))+35;
orientation="horizontal";
style=menuStyle;
top=findPosY(document.getElementById("LangID"))+2;
aI("showmenu=Chinese;text=中文;");
}

with(menu=new menuname("Chinese")){
overflow="scroll";
style=menuStyle2;
aI("text=繁體;itemwidth=33;url="+tchtml)
aI("text=简体;url="+schtml)
}

drawMenus();