function LoadMenu() {
  if (window.menu_produkte) return;
  window.menu_produkte = new Menu("Produkte",170,20,"Arial, Helvetica, sans-serif",14,"#BBBBBB","#ffffff","#3333CC","#4854E8");
  menu_produkte.addMenuItem("K&uuml;hlger&auml;te","window.open('/produkte/kuehlgeraete.html', '_self');");
  menu_produkte.addMenuItem("Heissgetr&auml;nkeger&auml;te","window.open('/produkte/heissgetraenke.html', '_self');");
  menu_produkte.addMenuItem("Zapfs&auml;ulen","window.open('/produkte/zapfsaeulen.html', '_self');");
  menu_produkte.addMenuItem("H&auml;hne","window.open('/produkte/haehne.html', '_self');");
  menu_produkte.addMenuItem("Tropfschalen","window.open('/produkte/tropfschalen.html', '_self');");
  menu_produkte.addMenuItem("Zapfk&ouml;pfe","window.open('/produkte/zapfkoepfe.html', '_self');");
  menu_produkte.addMenuItem("Druckminderer","window.open('/produkte/druckminderer.html', '_self');");
  menu_produkte.addMenuItem("Zubeh&ouml;r","window.open('/produkte/zubehoer.html', '_self');");
  menu_produkte.fontWeight="bold";
  menu_produkte.hideOnMouseOut=true;

  window.menu_kontakt = new Menu("Kontakt",170,20,"Arial, Helvetica, sans-serif",14,"#BBBBBB","#ffffff","#3333CC","#4854E8");
  menu_kontakt.addMenuItem("Standort","window.open('/kontakt/standort.html', '_self');");
  menu_kontakt.addMenuItem("Formular","window.open('/kontakt/formular.html', '_self');");
  menu_kontakt.fontWeight="bold";
  menu_kontakt.hideOnMouseOut=true;
  menu_kontakt.writeMenus();
}
