fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#EEEEEE";
offcolor="#666666";
onbgcolor="#D8D8D8";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#EEEEEE";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;

orientation="horizontal";
style=menuStyle;

aI("showmenu=Language;text=Language;");
}

with(milonic=new menuname("Language")){
style=menuStyle;
aI("text=English  &nbsp;&nbsp;&nbsp;;url=http://www.sapido.com.tw/EN/home.htm;");
aI("text=繁體中文;url=http://www.sapido.com.tw/CH/home.htm;");
aI("text=简体中文;url=http://www.sapido.com.tw/SC/home.htm;");
}

drawMenus();

