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="bold";
headerbgcolor="#0B5690";
headercolor="#000000";
offbgcolor="#0B5690";
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#ffffff', Direction=135, Strength=3)";
padding=5;
pagebgcolor="#DF3F03";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=0;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=10;
orientation="horizontal";
//screenposition="left";
menuwidth="100%";
menualign="center";

style=menuStyle;
top=95;
aI("text=Home&nbsp;&nbsp;I ;url=index.php;");
aI("showmenu=about;text=About us&nbsp;&nbsp;I ;");
aI("showmenu=services;text=services&nbsp;&nbsp;I ;");
aI("showmenu=internship;text=Internship&nbsp;&nbsp;I ;");
aI("url=successtories.php;text=Success Stories&nbsp;&nbsp;I ;");
aI("url=apply-online.php;text=Download / Apply Form&nbsp;&nbsp;I ;");
aI("url=contactus.php;text=Contact us&nbsp;&nbsp;I ;");
}

with(milonic=new menuname("about")){
//overflow="scroll";
style=menuStyle;
aI("text=Company Profile;url=aboutus.php;")
aI("text=Staff Profile;url=#;")
}

with(milonic=new menuname("services")){
//overflow="scroll";
style=menuStyle;
aI("text=Study Abroad;url=StudyAbroad.php;")
aI("text=Migration;url=Migration.php;")
}

with(milonic=new menuname("internship")){
//overflow="scroll";
style=menuStyle;
aI("showmenu=city;text=HOSPITALITY INTERNSHIP&nbsp;&nbsp;I ;");
aI("text=PROFESSIONAL INTERNSHIP;url=professionalinternship.php;")
aI("text=CULTURAL EXCHANGE;url=culturalexchange.php;")
aI("text=CAREER TRAINING & DEVELOPMENT;url=cereeranddevelopment.php;")
}

with(milonic=new menuname("city")){
//overflow="scroll";
style=menuStyle;
aI("text=Australia;url=intrnshipinaustrailia.php;")
aI("text=UK;url=internshipinuk.php;")
aI("text=Canada;url=internshipincanada.php;")
aI("text=US;url=internshipinus.php;")
aI("text=Poland;url=internsipinpoland.php;")
aI("text=Germany;url=internshipingermany.php;")
aI("text=Sweden;url=internshipinsweden.php;")
aI("text=Singapore;url=internshipinsingapore.php;")
aI("text=Malaysia;url=internshipinmalaysia.php;")
}

drawMenus();


