function mmLoadMenus() {
  if (window.process) return;
  window.process = new Menu("root",140,16,"'trebuchet ms', trebuchet, arial, sans-serif",11,"#000000","#3366cc","#efefef","#ffffff","left","middle",0,0,1000,-5,7,true,true,true,3,true,true);
  process.addMenuItem("Blasformen","location='blow.html'");
  process.addMenuItem("Gummiverfahren","location='rubber.html'");
   process.hideOnMouseOut=true;
   process.menuBorder=1;
   process.menuLiteBgColor='#ffffff';
   process.menuBorderBgColor='#555555';
   process.bgColor='#555555';
  window.product = new Menu("root",140,16,"'trebuchet ms', trebuchet, arial, sans-serif",11,"#000000","#3366cc","#efefef","#ffffff","left","middle",0,0,1000,-5,7,true,true,true,3,true,true);
  product.addMenuItem("Bimetallic&nbsp;Barrels","location='barrels.html'");
  product.addMenuItem("Melt&nbsp;Pumps","location='meltpumps.html'");
  product.addMenuItem("High-Performance&nbsp;Screws","location='screws.html'");
  product.addMenuItem("Screen&nbsp;Changers","location='scrnchgr.html'");
  product.addMenuItem("Pelletizers","location='pelletizers.html'");
  product.addMenuItem("Heat&nbsp;Transfer&nbsp;Rolls","location='rolls.html'");
  product.addMenuItem("Shutoff&nbsp;Nozzles","location='nozzles_eng.html'");
  product.addMenuItem("Cleaning&nbsp;Ovens","location='ovens.html'");
  product.addMenuItem("Training","location='training.html'");
   product.hideOnMouseOut=true;
   product.menuBorder=1;
   product.menuLiteBgColor='#ffffff';
   product.menuBorderBgColor='#555555';
   product.bgColor='#555555';

  product.writeMenus();
} // mmLoadMenus()