fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=10;
_subOffsetTop=2;
_subOffsetLeft=0;


with(submenuStyle=new mm_style()){
bordercolor="#1a64b0";
borderstyle="solid";
borderwidth=1;
fontfamily=" verdana";
fontsize="12px";
fontstyle="";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#f5f5f5";
offcolor="#0c559f";
onbgcolor="#4288d1";
/*onborder="1px solid #BF2600";*/
oncolor="#FFF";
/*outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#79c4ec, Direction=150, Strength=5)";*/
padding=4;
separatorcolor="#333333";
separatorsize=1;
subimagepadding=1;
pagebgcolor="#f5f5f5";
pagecolor="#000";
subimagepadding=5;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#40780F";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana";
fontsize="13px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
/*bgimage="images/menu_bg_off.gif";*/
offcolor="#30499a";
/*overbgimage="images/menu_bg_on.gif";*/
itemheight="35px";
/*onbgcolor="#DFB685";*/
oncolor="#a52e39";
/*outfilter="randomdissolve(duration=0.3)";*/
padding=2;
pagecolor="#a52e39";
subimagepadding=4;
}

with(milonic=new menuname("about_us")){
margin=5;
menuwidth=150;
style=submenuStyle;
aI("text=Overview;url=about_us.asp;");
aI("text=Vision &amp; Mission;url=mission_vision.asp;");
/*aI("text=Team Behind;url=team_behind.asp;");*/
}

with(milonic=new menuname("services")){
margin=5;
menuwidth=175;
style=submenuStyle;
aI("text=Testing &amp; Validation;url=testing_validation.asp;");
aI("text=Research &amp; Development;url=research_development.asp;");
aI("text=Training;url=training.asp;");
}

with(milonic=new menuname("forging_corner")){
margin=5;
menuwidth=175;
style=submenuStyle;
aI("text=Forging Facts;url=forging_corner.asp;");
aI("text=Forging Process;url=forging_process.asp;");
aI("text=Forging Equipment;url=forging_equipment.asp;");
aI("text=Technology;url=technology.asp;");
}



drawMenus();


