function mmLoadMenus() {
if (window.mm_menu1) return;
window.mm_menu2 = new Menu("root",180,25,"Verdana, Arial, Helvetica, sans-serif",12,"#263845","#263845","#3cc7ec","#86e6ff","left","middle",5,0,100,-5,7,true,true,true,0,true,true);
mm_menu2.addMenuItem("Screw&nbsp;Machining","window.open('scrw-machining.htm#sm', '_self');");
mm_menu2.addMenuItem("CNC&nbsp;Turning","window.open('CNC-turning.htm#ct', '_self');");
mm_menu2.addMenuItem("CNC&nbsp;Milling","window.open('CNC-milling.htm#cm', '_self');");
mm_menu2.addMenuItem("Acrylic&nbsp;Fabrication","window.open('acralic-fabrication.htm#af', '_self');");
mm_menu2.addMenuItem("Plastic&nbsp;Injection&nbsp;Molding","window.open('injection-molding.htm#im', '_self');");
mm_menu2.hideOnMouseOut=true;
mm_menu2.bgColor='#3faacd';
mm_menu2.menuBorder=0;
mm_menu2.menuBorderBgColor='#3faacd';
window.mm_menu3 = new Menu("root",180,25,"Verdana, Arial, Helvetica, sans-serif",12,"#263845","#263845","#3cc7ec","#86e6ff","left","middle",5,0,100,-5,7,true,true,true,0,true,true);
mm_menu3.addMenuItem("Assembly","window.open('assembly.htm#assem', '_self');");
mm_menu3.addMenuItem("Jit&nbsp;Delivery","window.open('jit-deliver.htm#jd', '_self');");
mm_menu3.addMenuItem("Custom&nbsp;Packaging","window.open('custom-package.htm#cp', '_self');");
mm_menu3.hideOnMouseOut=true;
mm_menu3.bgColor='#3faacd';
mm_menu3.menuBorder=0;
mm_menu3.menuBorderBgColor='#3faacd';   
mm_menu3.writeMenus();
}
