fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=1000;
_menuOpenDelay=1000;
_subOffsetTop=2;
_subOffsetLeft=2;

with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="strong";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#C4DF79";
offcolor="#191919";
onbgcolor="#93C20E";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0)";
overfilter="Fade(duration=.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#CCE28E";
pagecolor="#000000";
separatorcolor="#ffffff";
separatorsize=1;
subimage="";
subimagepadding=1;
}

with(milonic=new menuname("Aboutus")){
style=menuStyle;
borderstyle="solid";
borderwidth=1;
bordercolor="#ffffff";
aI("text=Overview;url=aboutus.html;")
aI("text=Quality Policy;url=qualitypolicy.html;")
aI("text=Management Team&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=managementteam.html")
}

with(milonic=new menuname("CoreComp")){
style=menuStyle;
aI("text=Production Facility;url=productionfacilities.html;");
aI("text=Tool Building;url=toolbuilding.html;");
aI("text=Design Engineering;url=designengineering.html;");
aI("text=Program Management&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=programmanagement.html;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Electronics;url=electronics.html;");
aI("text=Medical;url=medical.html;");
aI("text=Defence;url=defence.html;");
aI("text=Insert Moulding&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=insertmolding.html;");
aI("text=Lucky Moulds;url=luckymoulds.html;");
aI("text=Proprietory Products;url=proprietoryproducts.html;");
}

with(milonic=new menuname("Contactus")){
style=menuStyle;
aI("text=Direction to komtech&nbsp;;url=directions.html;");
aI("text=Careers;url=careers.html;");
}

drawMenus();


