



function fwLoadMenus() {

  if (window.fw_menu_0) return;

    window.fw_menu_0_1 = new Menu("");

     fw_menu_0_1.fontWeight="normal";

     fw_menu_0_1.hideOnMouseOut=true;

	 

	 // Hier bitte die Farb-Werte fuer die Submenus eintragen

	 

	 HintergrundFarbe= "#e0e0e0";

	 SchriftFarbe= "#000000";

	 RolloverSchriftFarbe= "#D71F2A";

	 

	 // Hier bitte die Farb-Werte fuer die Submenus eintragen - Ende

	 

  window.fw_menu_0 = new Menu(HintergrundFarbe, SchriftFarbe, RolloverSchriftFarbe);

// fw_menu_0.addMenuItem("Sport ist gut ...","location='news/news_004.htm'");

//  fw_menu_0.addMenuItem("Dunkle Schokolade ...","location='news/news_003.htm'");

//  fw_menu_0.addMenuItem("Lebensstil ändern: ...","location='news/news_002.htm'");

//  fw_menu_0.addMenuItem("Ernährung kann ...","location='news/news_001.htm'");

  

  window.fw_menu_1 = new Menu(HintergrundFarbe, SchriftFarbe, RolloverSchriftFarbe);

  fw_menu_1.addMenuItem("Was ist Bluthochdruck?","location='health/health_01_01.htm'"); // einfach Name des Menupunktes und Linkziel eintragen

  fw_menu_1.addMenuItem("Welche Anzeichen?","location='health/health_02_01.htm'"); // ueberfluessige Menupunkte loeschen

  fw_menu_1.addMenuItem("Warum ist er gefährlich?","location='health/health_03_01.htm'"); // weitere Menupunkte durch duplizieren der Zeilen hinzufuegen

  fw_menu_1.addMenuItem("Eine schleichende Gefahr","location='health/health_04_01.htm'");

  fw_menu_1.addMenuItem("Wer ist betroffen?","location='health/health_05_01.htm'");

  fw_menu_1.addMenuItem("Ursachen","location='health/health_06_01.htm'");

  fw_menu_1.addMenuItem("Begleiterkrankungen","location='health/health_07_01.htm'");

  fw_menu_1.addMenuItem("Risikofaktoren","location='health/health_08_01.htm'");

  fw_menu_1.addMenuItem("Kinder und Schwangere","location='health/health_09_01.htm'");

  fw_menu_1.addMenuItem("Bluthochdruck im Alter","location='health/health_10_01.htm'");

  fw_menu_1.addMenuItem("Bluthochdruck und Kälte","location='health/health_11_01.htm'");

  fw_menu_1.hideOnMouseOut=true;

  

  window.fw_menu_2 = new Menu(HintergrundFarbe, SchriftFarbe, RolloverSchriftFarbe);

  fw_menu_2.addMenuItem("Herz-Kreislauf-System","location='body/body_01_01.htm'");

  fw_menu_2.addMenuItem("Das Herz","location='body/body_02_01.htm'");

  fw_menu_2.addMenuItem("Das Gefäßsystem","location='body/body_03_01.htm'");

  fw_menu_2.addMenuItem("Das Blut","location='body/body_04_01.htm'");

  fw_menu_2.addMenuItem("Was ist Blutdruck?","location='body/body_05_01.htm'");

  fw_menu_2.addMenuItem("Regulierung des Blutdrucks","location='body/body_06_01.htm'");

  fw_menu_2.addMenuItem("Die gefährdeten Organe","location='body/body_07_01.htm'");

  fw_menu_2.addMenuItem("Herzinsuffizienz","location='body/body_08_01.htm'");

  fw_menu_2.hideOnMouseOut=true;

   

  window.fw_menu_3 = new Menu(HintergrundFarbe, SchriftFarbe, RolloverSchriftFarbe);

  fw_menu_3.addMenuItem("Bewusster genießen","location='activity/activity_01_01.htm'");

  fw_menu_3.addMenuItem("Übergewicht reduzieren","location='activity/activity_02_01.htm'");

  fw_menu_3.addMenuItem("Ernährung umstellen","location='activity/activity_03_01.htm'");

  fw_menu_3.addMenuItem("Kochsalz & Bluthochdruck","location='activity/activity_04_01.htm'");

  fw_menu_3.addMenuItem("Genussmittel","location='activity/activity_05_01.htm'");

  fw_menu_3.addMenuItem("Körperlich aktiv werden","location='activity/activity_06_01.htm'");

  fw_menu_3.addMenuItem("Seele im Lot","location='activity/activity_07_01.htm'");

  fw_menu_3.addMenuItem("Regelmäßige Kontrolle","location='activity/activity_08_01.htm'");

  fw_menu_3.addMenuItem("Mit Bluthochdruck reisen","location='activity/activity_09_01.htm'");

  fw_menu_3.addMenuItem("Bluthochdruck und Sport","location='activity/activity_10_01.htm'");

  fw_menu_3.hideOnMouseOut=true;

  

  window.fw_menu_4 = new Menu(HintergrundFarbe, SchriftFarbe, RolloverSchriftFarbe);

  fw_menu_4.addMenuItem("Der Arzt als Partner","location='therapy/therapy_01_01.htm'");

  fw_menu_4.addMenuItem("Tabletteneinnahme","location='therapy/therapy_02_01.htm'");

  fw_menu_4.addMenuItem("Pro Lebensqualität","location='therapy/therapy_03_01.htm'");

  fw_menu_4.addMenuItem("Allgemeine Maßnahmen","location='therapy/therapy_04_01.htm'");

  fw_menu_4.addMenuItem("Der Wille reicht oft nicht aus","location='therapy/therapy_05_01.htm'");

  fw_menu_4.addMenuItem("Medikamente","location='therapy/therapy_06_01.htm'");

  fw_menu_4.addMenuItem("Naturheilverfahren","location='therapy/therapy_07_01.htm'");

  fw_menu_4.addMenuItem("Sonderfall Schwangere","location='therapy/therapy_08_01.htm'");

  fw_menu_4.addMenuItem("Therapieüberwachung","location='therapy/therapy_09_01.htm'");

  fw_menu_4.addMenuItem("Therapeuten - auf vier Pfoten","location='therapy/therapy_10_01.htm'");

  fw_menu_4.hideOnMouseOut=true;

  

  window.fw_menu_5 = new Menu(HintergrundFarbe, SchriftFarbe, RolloverSchriftFarbe);

  fw_menu_5.addMenuItem("Wann zum Arzt?","location='check/check_01_01.htm'");

  fw_menu_5.addMenuItem("Was muss er wissen?","location='check/check_02_01.htm'");

  fw_menu_5.addMenuItem("Die Blutdruckmessung","location='check/check_03_01.htm'");

  fw_menu_5.addMenuItem("Das Elektrokardiogramm","location='check/check_04_01.htm'");

  fw_menu_5.addMenuItem("Laboruntersuchungen","location='check/check_05_01.htm'");

  fw_menu_5.addMenuItem("Beim Augenarzt","location='check/check_06_01.htm'");

  fw_menu_5.addMenuItem("Weitere Untersuchungen","location='check/check_07_01.htm'");

  fw_menu_5.addMenuItem("Weißkittelhypertonie","location='check/check_08_01.htm'");

  fw_menu_5.hideOnMouseOut=true;

  

  window.fw_menu_6 = new Menu(HintergrundFarbe, SchriftFarbe, RolloverSchriftFarbe);

  fw_menu_6.addMenuItem("Häufige Fragen (FAQ´s)","location='info/info_01_01.htm'");

  //fw_menu_6.addMenuItem("Broschüren bestellen","location='info/info_02_01.htm'");

  //fw_menu_6.addMenuItem("Bücher zum Thema","location='info/info_03_01.htm'");

  fw_menu_6.addMenuItem("Verbände","location='info/info_04_01.htm'");

  fw_menu_6.addMenuItem("Selbsthilfegruppen","location='info/info_05_01.htm'");

  fw_menu_6.addMenuItem("Links zum Thema","location='info/info_06_01.htm'");

  fw_menu_6.addMenuItem("Kleines Wörterbuch","location='info/info_07_01.htm'");

  fw_menu_6.hideOnMouseOut=true;



  window.fw_menu_7 = new Menu(HintergrundFarbe, SchriftFarbe, RolloverSchriftFarbe);

  // fw_menu_7.addMenuItem("Gewinnfrage des Monats","location='test/index.htm'");

  fw_menu_7.addMenuItem("Der Stress-Test","location='test/test_02_01.htm'");

  // fw_menu_7.addMenuItem("Quiz","location='test/test_03_01.htm'");

  // fw_menu_7.addMenuItem("Testen Sie Ihr Risiko","location='test/test_04_01.htm'");

  fw_menu_7.addMenuItem("Herzfrequenz-Kalkulator","location='test/test_05_01.htm'");

  fw_menu_7.addMenuItem("Energiebedarf-Rechner","location='test/test_06_01.htm'");

  fw_menu_7.hideOnMouseOut=true;

  fw_menu_7.writeMenus();  

  

  

  // weitere Menus einfach hier anfuegen und Durchnumerierung beachten 

  

  

  

} // fwLoadMenus()



