fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
buildAfterLoad=1
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=-25;

with(mainStyle=new mm_style()){
bordercolor="#FF0000";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#FF0000";
offbgcolor="#4b4b4b";
offcolor="#ffffff";
//onbgcolor="#cccccc";
oncolor="#cccccc";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
pagebgcolor="#000000";
//pagecolor="#ffffff";
separatorcolor="#FFFFFF";
separatorsize=1;
subimagepadding=0;


}

with(menuStyle=new mm_style()){
bordercolor="#0066CC";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#0d68b4";	
oncolor="#FFFFFF";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color=#cccccc', Direction=135, Strength=1)";
padding=1;
pagebgcolor="#000000";
//pagecolor="#ffffff";
separatorcolor="#433e36";
separatorsize=1;
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
style=mainStyle;
alwaysvisible=1;
position="relative";
orientation="horizontal";
//menuwidth="120"
//itemwidth=138;
//margin="1";
align="center"
aI("text=Home;url=index.html");
aI("text=Services;showmenu=service;");
aI("text=Production Facilities;url=facilities.html");
aI("text=News & Events;url=news.html;");
aI("text=Corporate;showmenu=corporate;");
aI("text=Investors;showmenu=investor;");
aI("text=Contact Us;url=contactus.php");
aI("text=Careers;url=career.html");

}

with(milonic=new menuname("service")){
style=menuStyle;
itemwidth=112;
//itemheight=15;
aI("text=Wafer Sort;url=wafer.html;");
aI("text=Assembly;url=assembly.html;");
aI("text=RF Testing;url=rf.html;");
aI("text=Other Services;url=other.html;");
aI("text=Process Capability;url=capability.html;");
aI("text=Current Products;url=product.html;");


}

with(milonic=new menuname("corporate")){
style=menuStyle;
itemwidth=110;
aI("text=About Us;url=aboutus.html;");
aI("text=Management Team;url=bod.html;");
aI("text=Accreditations;url=accr.html;");
aI("text=Awards;url=award.html;");


}


with(milonic=new menuname("investor")){
style=menuStyle;
itemwidth=110;
aI("text=Investor Relations;url=ir.html;");
aI("text=Announcements;url=ir-anno.html;");
aI("text=Stock Information;url=stock.html;");
aI("text=Annual Reports;url=report.html;");
aI("text=Changes in Shareholding;url=shareholding-changes.html;");
aI("text=Listing Circulars;url=listing-circulars.html;");
aI("text=Reply to Queries;url=queries-reply.html;");
aI("text=Annual Audited Accts;url=annual-audited-accts.html;");
aI("text=Circulars to Shareholders;url=shareholders-circulars.html;");
aI("text=Investor Alert;url=investor-alert.html;");


}



/*with(milonic=new menuname("distributor")){
style=menuStyle;
itemwidth=115;
aI("text=Distributor/Dealer Network;url=/distributor/globalmap.html;");
aI("text=Distributor Sign Up;url=/distributor/signup.jsp;");
aI("text=Distributor Login;url=/distributor-login.jsp;");
}*/
drawMenus();


