/**
 * Hinweise zur Funktion
 * fw_menu_0 = Über uns	Dateiname: Uns_.htm	Copy code:   fw_menu_0.addMenuItem("       ","location='       .htm'");
 * fw_menu_1 = Service	Dateiname: Service_.htm	Copy code:   fw_menu_1.addMenuItem("       ","location='       .htm'");
 * fw_menu_2 = Dienste	Dateiname: Dienste_.htm	Copy code:   fw_menu_2.addMenuItem("       ","location='       .htm'");
 * fw_menu_3 = Kontakt	Dateiname: Kontakt_.htm	Copy code:   fw_menu_3.addMenuItem("       ","location='       .htm'");
 * Sie können in dieser Funktion neue Menüpunkt der Webseite hinzufügen. Fügen Sie eine neue Zeile im entsprechenden Menüblock ein.
 * Kopieren Sie anschließend den entsprechenden Copy code in die Zeile und ergänzen Sie Menüitme (z.B. Das Team) und location (z.B. Uns_team.htm) 
 * Es darf keine Leerzeile im Funktionsblock vorhanden sein!!!!
 * Sie können auch Menüpunkte löschen. (Achtung Leerzeile löschen!)
 */

function fwLoadMenus() {

  window.fw_menu_0 = new Menu("root",100,17,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#c6cbb8","#dedede");
  fw_menu_0.addMenuItem("Home","location='index.htm'");
  fw_menu_0.addMenuItem("Das Team","location='Uns_Team.htm'");
  fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",140,17,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#c6cbb8","#dedede");
  fw_menu_1.addMenuItem("Gedächtnistest","location='http://www.azu.de/login/gedaechtnis/index.php?pin=61777831'");
  fw_menu_1.addMenuItem("Bedürftige Patienten","location='Service_Patienten.htm'");
  fw_menu_1.addMenuItem("Untersuchungen","location='Service_Untersuchungen.htm'");
  fw_menu_1.addMenuItem("Krankenpflege","location='Service_Krankenpflege.htm'");
  fw_menu_1.addMenuItem("Sortimente","location='Service_Sortimente.htm'");
  fw_menu_1.addMenuItem("Kosmetik","location='Service_Kosmetik.htm'");
  fw_menu_1.addMenuItem("Beratung","location='Service_Beratung.htm'");
  fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",140,17,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#c6cbb8","#dedede");
  fw_menu_2.addMenuItem("Apothekennotdienst","location='http://www.aponet.de/notdienst/index.php'");
  fw_menu_2.addMenuItem("Arzneivorbestellung","location='https://www.aponet.de/bestellung/index.xtl?submission=set_apotheke&//temp/suchbegriff_apotheke=57742'");
  fw_menu_2.addMenuItem("Botendienst","location='Dienste_Bote.htm'");
  fw_menu_2.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",120,17,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#c6cbb8","#dedede");
  fw_menu_3.addMenuItem("Kontaktformular","location='Kontakt_Kontakt.php'");
  fw_menu_3.addMenuItem("Öffnungszeiten","location='Kontakt_Open.htm'");
  fw_menu_3.addMenuItem("Anfahrt","location='Kontakt_Anfahrt.htm'");
  fw_menu_3.addMenuItem("Impressum","location='Kontakt_Impressum.htm'");
  fw_menu_3.addMenuItem("Info","location='Haus/Haus.html'");
  fw_menu_3.hideOnMouseOut=true;
  fw_menu_3.writeMenus();
} // fwLoadMenus()
