fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;		// The time delay for menus to remain visible on mouse out in milisecond
_menuOpenDelay=150;		// The time delay before menus open on mouse over in milisecond
_subOffsetTop=2;			//Sub menu top offset
_subOffsetLeft=-2;			//Sub menu left offset



with(menuStyle=new mm_style()){
//bordercolor="#cccccc";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
//onbold=1;
fontfamily=" Arial, Tahoma, Verdana";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#8f2c2d";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=6;
//pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#cccccc";
separatorsize=1;
subimage="black_7x7.gif";
subimagepadding=2;
itemwidth= 200;
}



with(submenuStyle=new mm_style()){
styleid=1;
//bordercolor="#cccccc";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
//onbold=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#8f2c2d";
oncolor="#ffffff";
onsubimage="black_7x7.gif";		// the arrow image
padding=6;
//pagebgcolor="#82B6D7";
pagecolor="black";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
subimage="black_7x7.gif";
subimagepadding=5;
separatorcolor="#cccccc";
separatorsize=1;
itemwidth= 248;
}


with(milonic=new menuname("corporateInfo")){
overflow="scroll";
style=menuStyle;
//margin = 8;
aI("text=company profile;url=about_3ntity.html;");
aI("text=company statement;url=companyStatement.html;");
aI("text=board;url=board.html;");
aI("text=awards;url=awards.html;");
aI("text=testimonials;url=testimonials.html;");
aI("text=News & Events;url=news.html;");
}

with(milonic=new menuname("solutions")){
style=menuStyle;
//margin = 8;
aI("text=by industry;showmenu=byIndustry;");
aI("text=ClearAdvantage Series;showmenu=clearAdvantageSeries");
}

with(milonic=new menuname("byIndustry")){
style=submenuStyle;
overflow="scroll";

top=80;
//left=10;

aI("text=aerospace & defense;url=aerospace.html;");
aI("text=automotive;url=automotive.html;");
aI("text=consumer products;url=consumer.html;");
aI("text=education;url=education.html;");
aI("text=government & public sector;url=gov.html;");
aI("text=healthcare;url=health.html;");
aI("text=laboratory diagnostic;url=lab.html;");
aI("text=logistic & transportation;url=logistics.html;");
aI("text=manufacturing;url=manu.html;");
aI("text=oil & gas;url=oil.html;");
aI("text=plantation;url=plantation.html;");
aI("text=property & construction;url=prop.html;");
aI("text=retail & distribution;url=retail.html;");
aI("text=semiconductor;url=semiconductor.html;");
aI("text=shipbuilding;url=shipbuilding.html;");
aI("text=steel & wireworks;url=steel.html;");
aI("text=telecommunication;url=tele.html;");
}


with(milonic=new menuname("clearAdvantageSeries")){
style=submenuStyle;
overflow="scroll";

aI("text=aircraft management information system;url=aircraft.html;");
aI("text=asset management & inventory;url=asset_management.html;");
aI("text=business intelligence (BI);url=bi.html;");
aI("text=customer relationship management (CRM);url=crm.html;");
aI("text=document management system;url=document.html;");
aI("text=electronic data capturing solution (EDCS);url=edcs.html;");
aI("text=eManufacturing;url=emanufacturing.html;");
aI("text=eMarketplace;url=emarket.html;");
aI("text=enterprise data collection & collation system;url=data_collection.html;");
aI("text=enterprise portal solution;url=portal_solution.html;");
aI("text=eProcurement;url=eprocurement.html;");
aI("text=financial accounting system;url=financial.html;");
aI("text=investment & portfolio management system;url=investment.html;");
aI("text=industrial auction;url=industrial.html;");
aI("text=laboratory diagnostic & industry testing system;url=laboratory.html;");
aI("text=property & contractor management system;url=property.html;");
aI("text=sales automation;url=automation.html;");
aI("text=scholarship / student loan system;url=scholarship.html;");
aI("text=SIRIM ISO 9001:2000 document management system;url=sirim.html;");
aI("text=supply chain management (SCM);url=scm.html;");
aI("text=workflow management;url=workflow.html;");
}


drawMenus();

