function mmLoadMenus() {
if (window.mm_menu1) return;
window.mm_menu2 = new Menu("root",180,25,"Arial, Helvetica, sans-serif",12,"#f9da3b","#fff","#202020","#000","left","middle",5,0,100,-5,7,true,true,true,0,true,true);
mm_menu2.addMenuItem("Hull&nbsp;Cleaning","window.open('hull-cleaning.html', '_self');");
mm_menu2.addMenuItem("Corrosion&nbsp;Consultants","window.open('corrosion.html', '_self');");
mm_menu2.addMenuItem("Propeller&nbsp;Pulling","window.open('propeller-pulling.html', '_self');");
mm_menu2.addMenuItem("Thruster&nbsp;Hydro&nbsp;Blasting","window.open('bow.html', '_self');");
mm_menu2.addMenuItem("Mechanical&nbsp;Work","window.open('mechanical.html', '_self');");
mm_menu2.addMenuItem("Search&nbsp;and&nbsp;Recovery","window.open('search-recovery.html', '_self');");
mm_menu2.addMenuItem("Underwater&nbsp;Photography","window.open('underwater.html', '_self');");
mm_menu2.addMenuItem("Surveys","window.open('coastguard.html', '_self');");
mm_menu2.addMenuItem("Additional&nbsp;Services","window.open('additional-services.html', '_self');");
mm_menu2.hideOnMouseOut=true;
mm_menu2.bgColor='#444444';
mm_menu2.menuBorder=0;
mm_menu2.menuBorderBgColor='#444444';
window.mm_menu3 = new Menu("root",180,25,"Arial, Helvetica, sans-serif",12,"#f9da3b","#fff","#202020","#000","left","middle",5,0,100,-5,7,true,true,true,0,true,true);
mm_menu3.addMenuItem("SALCA","window.open('salca.html', '_self');");
mm_menu3.hideOnMouseOut=true;
mm_menu3.bgColor='#3faacd';
mm_menu3.menuBorder=0;
mm_menu3.menuBorderBgColor='#3faacd';   
mm_menu3.writeMenus();
}
