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=0;
_subOffsetLeft=2;

with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Tahoma";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#717B59";
offcolor="#ffffff";
onbgcolor="#FFA800";
oncolor="#000000";
outfilter="randomdissolve(duration=0)";
overfilter="Fade(duration=.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#6B8372";
pagecolor="#ffffff";
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=Product 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;
borderwidth=0;
aI("text=PANEL ACCESSORIES;url=CONNECTORS.html;");
aI("text=LIFTING ITEMS;url=LIFTINGITEMS.html;");
aI("text=MEASURING INSTRUMENTS;url=MEASURINGINSTRUMENTS.html;");
aI("text=TOOLS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=TOOLS.html;")
aI("text=SAFETY ITEMS;url=SAFETYITEMS.html;");
aI("text=WELDING ITEMS;url=WELDINGITEMS.html;");
}

with(milonic=new menuname("Contactus")){
style=menuStyle;
aI("text=Direction to komtech&nbsp;;url=directions.html;");
aI("text=Careers;url=careers.html;");
}

drawMenus();



