function mmLoadMenus() {
  if (window.mm_menu_1) return;
  if (window.mm_menu_2) return;
  
// CorporateInformation
  window.mm_menu_1 = new Menu("root",175,25,"Arial",12,"#ffffff","#eeeeee","#0071B1","#0082C2","left","middle",3,0,100,2,0,true,true,true,0,false,false);
  mm_menu_1.addMenuItem("Welcome Letter","window.open('letter.html', '_self');");
  mm_menu_1.addMenuItem("Company History","window.open('history.html', '_self');");
  mm_menu_1.addMenuItem("Facilities & Capabilities","window.open('facilities.html', '_self');");
  mm_menu_1.addMenuItem("Awards & Accomplishments","window.open('awards_and_accomplishments.html', '_self');");
  mm_menu_1.addMenuItem("Contact List","window.open('contact.html', '_self');");

// Products
	window.mm_menu_2_1 = new Menu("Gauges",250,25,"Arial",12,"#ffffff","#eeeeee","#0071B1","#0082C2","left","middle",3,0,100,2,0,true,true,true,0,false,false);
	mm_menu_2_1.addMenuItem("Deluxe","window.open('G_deluxe.html', '_self');");
	mm_menu_2_1.addMenuItem("Heavy Duty","window.open('G_heavyduty.html', '_self');");
	mm_menu_2_1.addMenuItem("International","window.open('G_international.html', '_self');");
	mm_menu_2_1.addMenuItem("V-International","window.open('G_Vinternational.html', '_self');");
	mm_menu_2_1.addMenuItem("Industrial","window.open('G_industrial.html', '_self');");
	mm_menu_2_1.addMenuItem("Military","window.open('G_military.html', '_self');");
	mm_menu_2_1.addMenuItem("Accurate Instruments Branded Gauges","window.open('G_accurate.html', '_self');");

	window.mm_menu_2_2 = new Menu("Cables & Components",280,25,"Arial",12,"#ffffff","#eeeeee","#0071B1","#0082C2","left","middle",3,0,100,2,0,true,true,true,0,false,false);
	mm_menu_2_2.addMenuItem("All Makes Speedometer/Tachometer Cables","window.open('speedometer_technometer_cables.html', '_self');");
	mm_menu_2_2.addMenuItem("Military Flexible Shaft and Core Wire Assemblies","window.open('military_flex_shafts.html', '_self');");
	mm_menu_2_2.addMenuItem("Speedometer/Tachometer Cable Components","window.open('speedometer_components.html', '_self');");
	mm_menu_2_2.addMenuItem("Control Cables","window.open('control_cables.html', '_self');");

	window.mm_menu_2_3 = new Menu("Adapters & Components",260,25,"Arial",12,"#ffffff","#eeeeee","#0071B1","#0082C2","left","middle",3,0,100,2,0,true,true,true,0,false,false);
	mm_menu_2_3.addMenuItem("All Makes Ratio Adapters","window.open('ratio_adapters.html', '_self');");
	mm_menu_2_3.addMenuItem("Ratio Adapter Components","window.open('ratio_adapters_comp.html', '_self');");
	mm_menu_2_3.addMenuItem("Right Angle Drive Adapters","window.open('right_angle_drive_adapters.html', '_self');");
	mm_menu_2_3.addMenuItem("Military Adapters Including Bulkhead","window.open('military_adapters_including_bulkheads.html', '_self');");
	mm_menu_2_3.addMenuItem("Right Angle Drive Adapter Components","window.open('right_angle_drive_adapter_components.html', '_self');");

  window.mm_menu_2 = new Menu("root",175,25,"Arial",12,"#ffffff","#eeeeee","#0071B1","#0082C2","left","middle",3,0,100,2,0,true,true,true,0,false,false);
  mm_menu_2.addMenuItem(mm_menu_2_1);
  mm_menu_2.addMenuItem(mm_menu_2_2);
  mm_menu_2.addMenuItem(mm_menu_2_3);
  mm_menu_2.addMenuItem("Test & Tune Equipment","window.open('test_tune_equip.html', '_self');");

  //TechnicalInformation
  window.mm_menu_3 = new Menu("root",290,25,"Arial",12,"#ffffff","#eeeeee","#0071B1","#0082C2","left","middle",3,0,100,2,0,true,true,true,0,false,false);
  mm_menu_3.addMenuItem("CBI Products","window.open('cbi_products.html', '_self');");
  mm_menu_3.addMenuItem("Accurate Products","window.open('accurate_products.html', '_self');");
  mm_menu_3.addMenuItem("Interchanges","window.open('pdf/MC794_CBI_Master.pdf', '_blank');");
  mm_menu_3.addMenuItem("Gauge Application Guide","window.open('gauge_application_guide.html', '_self');");
  

  //Catalogs
  window.mm_menu_4 = new Menu("root",0,0,"Arial",12,"#ffffff","#eeeeee","#ffffff","#ffffff","left","middle",0,0,100,0,0,true,true,true,0,false,false);
/*  mm_menu_4.addMenuItem("Intro & Download Library","window.open('#', '_self');"); */


  //WhatsNew
  window.mm_menu_5 = new Menu("root",0,0,"Arial",12,"#ffffff","#eeeeee","#ffffff","#ffffff","left","middle",0,0,100,0,0,true,true,true,0,false,false);
/*  mm_menu_5.addMenuItem("Intro & Download Library","window.open('#', '_self');"); */


  









  mm_menu_2.writeMenus();

}

function SwapStyle(tobject) {
  tobject.style="color: #000000; font-size: 11px; font-family: Arial, Helvetica, sans-serif; TEXT-DECORATION: none;";
}
function SwapBackStyle(tobject) {
  tobject.style="color: #9AA2A8; font-size: 11px; font-family: Arial, Helvetica, sans-serif; TEXT-DECORATION: none;";
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}