function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",314,19,"Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#666666","#000000");
  fw_menu_0.addMenuItem("Hotelerie / Gastronomie","location='../hotelgastro/index.html'");
  fw_menu_0.addMenuItem("Krankenh&auml;user / Altenheime","location='../krankenhausaltenheim/index.html'");
  fw_menu_0.addMenuItem("Betriebsverpflegung","location='../betriebsverpflegung/index.html'");
  fw_menu_0.addMenuItem("Was kostet eigentlich eine Tasse Kaffee?","location='../alle/tassenpreis.html'");
  fw_menu_0.addMenuItem("Welche Kaffeemaschine passt am Besten zu Ihnen?","location='../alle/optmasch.html'");
  fw_menu_0.addMenuItem("Wieviel Strom verbraucht eine Kaffeemaschine?","location='../alle/stromverbrauch.html'");
  fw_menu_0.hideOnMouseOut=true;
  //window.fw_menu_1 = new Menu("root",150,19,"Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#666666","#000000");
  //fw_menu_1.addMenuItem("Kaffee","location='#'");
  //fw_menu_1.addMenuItem("S&uuml;&szlig;waren","location='#'");
  //fw_menu_1.addMenuItem("Kaltgetr&auml;nke","location='#'");
  //fw_menu_1.addMenuItem("Vertrieb","location='#'");
  //fw_menu_1.hideOnMouseOut=true;
  //window.fw_menu_2 = new Menu("root",200,19,"Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#666666","#000000");
  //fw_menu_2.addMenuItem("Operating","location='#'");
  //fw_menu_2.addMenuItem("OCS (Office Coin System)","location='#'");
  //fw_menu_2.addMenuItem("Miete","location='#'");
  //fw_menu_2.addMenuItem("Leasing","location='#'");
  //fw_menu_2.addMenuItem("Finanzierung","location='#'");
  //fw_menu_2.addMenuItem("Wartung","location='#'");
  //fw_menu_2.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",121,19,"Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#666666","#000000");
  fw_menu_3.addMenuItem("Dienstleistungen","location='../mehr/dienstleistungen.html'");
  fw_menu_3.addMenuItem("Douwe-Egberts","location='../mehr/douweegberts.html'");
  fw_menu_3.addMenuItem("BDV","location='../mehr/bdv.html'");
  fw_menu_3.addMenuItem("Anfahrt","location='../mehr/anfahrt.html'");
  fw_menu_3.addMenuItem("Kontakt","location='../alle/kontakt.html'");
  fw_menu_3.addMenuItem("Impressum","location='../mehr/impressum.html'");
  fw_menu_3.addMenuItem("Wir &uuml;ber uns","location='../mehr/wiruns.html'");
  fw_menu_3.hideOnMouseOut=true;

  fw_menu_3.writeMenus();
} // fwLoadMenus()
