fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#ffffff";//"#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Helvetica, sans-serif";
fontsize="75%";
fontstyle="bolder";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#616469";//"#DCE9F0";
offcolor="#ffffff";//"#515151";
onbgcolor="#000000";//"#4F8EB6";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.0)";
//overfilter="Fade(duration=1.0);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=3;
pagebgcolor="#E38085"; //"#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";//"#2D729D";
separatorsize=1;
subimage=rootpath+"images/arrow.gif";
subimagepadding=2;

}

with(vmenu=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
aI("text=Home;url="+rootpath+"index.php;");
aI("showmenu=Reasons to shot peen;text=Reasons to shot peen;");
aI("text=FAQ’s – In-house vs. Outsourced Shot Peening;url="+rootpath+"why_mic_at_wellingtoni_location.php;");
aI("showmenu=Quality Control Technologies;text=Quality Control Technologies;");
aI("text=C.A.S.E. Processing;url="+rootpath+"case_processing.php");
aI("text=On-site & Field Shot Peening Services;url="+rootpath+"onsite_shot_peening_in_wellington_and_beyond.php");
aI("text=Shot Peen Forming;url="+rootpath+"Shot_peen_forming.php");
aI("text=Architectural Peening;url="+rootpath+"architectural_peening.php");
aI("text=Request for Quotation Form;url="+rootpath+"rfq_quotation_from_our_wellington_facilities.php");
aI("text=Directions to our Wellington Shot Peening Facility;url="+rootpath+"direction_to_wellington.php");
aI("text=Supplier T&C's;url="+rootpath+"SupplierTCs/");
aI("text=Contact our Wellington Shot Peening Experts;url="+rootpath+"contact_our_wellington_shot_peening_experts.php");
aI("text=Sitemap;url="+rootpath+"sitemap.php");

}


with(vmenu=new menuname("Reasons to shot peen")){
overflow="scroll";
style=menuStyle;
aI("text=Metal fatigue;url="+rootpath+"reason_to_shot_peen_metal_fatigue.php;");
aI("text=Stress corrosion cracking;url="+rootpath+"reason_to_shot_peen_stress_corrosion_cracking.php;");
aI("text=Exfoliation corrosion;url="+rootpath+"reason_to_shot_peen_exfoliation_corrosion.php;");
}

with(vmenu=new menuname("Quality Control Technologies")){
overflow="scroll";
style=menuStyle;
aI("text=Peenstress;url="+rootpath+"quality_control_technologies_peentress.php;");
aI("text=Peenscan;url="+rootpath+"quality_control_technologies_peenscan.php;");
aI("text=Peenscan Pen;url="+rootpath+"quality_control_technologies_peenscan_pen.php;");
}



drawMenus();


