function mmLoadMenus() {

	var menuborder, thefonttype, thefontsize, maintext, mouseover, bgmain, menulitebgcolor, menuborderbgcolor, bgcolorshad;
	menuborder = 1;
	thefonttype = "Verdana, Arial, Helvetica, sans-serif";
	thefontsize = 10;
	maintext = "#990000";
	mouseover = "#ff9933";
	mouseovertext = "#FFFFFF";
	bgmain = "#ffffff";
	menulitebgcolor = "#FFFFFF";
	menuborderbgcolor = "#990000";
	bgcolorshad = "#990000";


  if (window.about) return;
  window.products = new Menu("root",196,18, thefonttype, thefontsize, maintext, mouseovertext, bgmain, mouseover,"left","middle",3,0,550,-5,7,true,true,true,0,true,true);
  products.fontWeight="bold";
  products.addMenuItem("Morooka Carriers","location='morooka_carriers.php'");
  <!--products.addMenuItem("Two Man Canadian Oil Field Carrier","location='two_man_cdn.php'");-->
  products.addMenuItem("Seismic Drills","location='seismic_drills.php'");
  products.addMenuItem("Exploration/Geothermal Drills","location='soil_test_drills.php'");
  products.addMenuItem("Custom Design Carriers","location='custom_design.php'");
  products.addMenuItem("Rentals","location='rentals.php'");
  products.addMenuItem("Used Equiptment","location='used_equipment.php'");
  products.hideOnMouseOut=true;
  products.menuBorder=menuborder;
  products.menuLiteBgColor=menulitebgcolor;
  products.menuBorderBgColor=menuborderbgcolor;
  products.bgColor=bgcolorshad;

  window.services = new Menu("root",130,18, thefonttype, thefontsize, maintext, mouseovertext, bgmain, mouseover,"left","middle",3,0,550,-5,7,true,true,true,0,true,true);
  services.fontWeight="bold";
  services.addMenuItem("Parts","location='parts.php'");
  services.addMenuItem("Services","location='services.php'");
  services.hideOnMouseOut=true;
  services.menuBorder=menuborder;
  services.menuLiteBgColor=menulitebgcolor;
  services.menuBorderBgColor=menuborderbgcolor;
  services.bgColor=bgcolorshad;



  services.writeMenus();
}