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="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="75%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#EF7520";
offcolor="#515151";
onbgcolor="#C17540";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#EF7520', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#C17540";
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("AboutUS")){
style=menuStyle;
aI("text=Organization Chart;url=aboutus_organize.php");
aI("text=Marketing & Operation model;url=aboutus_market.php;");
}

with(milonic=new menuname("Resident"))

with(milonic=new menuname("Invest"))

with(milonic=new menuname("News"))

with(milonic=new menuname("Career"))

with(milonic=new menuname("ContactUs"))

drawMenus();


