function fwLoadMenus() {
	if (window.fw_menu_0) return;

	/*******************************************************************************************
	** PATIENTENINFORMATION
	*******************************************************************************************/

	//-> der krankenhausaufenthalt
	window.fw_menu_0 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_0.addMenuItem("Aufnahme","location='patienten/aufnahme.html'");
		fw_menu_0.addMenuItem("Unterbringung","location='patienten/unterbringung.html'");
		fw_menu_0.addMenuItem("Klinikalltag","location='patienten/klinikalltag.html'");
		fw_menu_0.addMenuItem("Besuchzeiten","location='patienten/besuchszeiten.html'");
		fw_menu_0.addMenuItem("Hausordnung","location='patienten/hausordnung.html'");
		fw_menu_0.addMenuItem("Speisenversorgung","location='patienten/speisenversorgung.html'");
		fw_menu_0.addMenuItem("ärztliche Behandlung","location='patienten/aerztl_behandlung.html'");
		fw_menu_0.addMenuItem("pflegerische Betreuung","location='patienten/pfleger_betreuung.html'");
		fw_menu_0.addMenuItem("palliativmedizinische Betreuung","location='patienten/palliativmedizin/index.html'");
		fw_menu_0.addMenuItem("Entlassung","location='patienten/entlassung.html'");
		fw_menu_0.addMenuItem("Kosten","location='patienten/kosten.html'");
		fw_menu_0.addMenuItem("Krankenhaus von A-Z","location='patienten/krankenhaus_a.html'");
		fw_menu_0.hideOnMouseOut=true;

	//-> ambulante betreuung
	window.fw_menu_1 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_1.addMenuItem("Ambulanzen","location='ambulanz/index.php'");
		fw_menu_1.addMenuItem("Sprechstunden in den Einrichtungen","location='sprechstunden/index.php'");
		fw_menu_1.addMenuItem("Notaufnahme","location='patienten/notaufnahme.html'");
		fw_menu_1.addMenuItem("Notaufnahme - Kinder, Jugendliche","location='patienten/notaufnahme_kinder.html'");
		fw_menu_1.addMenuItem("Notdienste","location='patienten/notdienste.html'");
		fw_menu_1.addMenuItem("Was sollte man beachten?","location='patienten/beachten.html'");
		fw_menu_1.addMenuItem("Was sollte man mitbringen?","location='patienten/mitbringen.html'");
		fw_menu_1.hideOnMouseOut=true;

	//-> medizinische wahlleistungen
	window.fw_menu_2 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_2.addMenuItem("Was sind Wahlleistungen","location='patienten/was_sind_wahlleistungen.html'");
		fw_menu_2.addMenuItem("Ärztliche Leistungen","location='patienten/aerztliche_leistungen.html'");
		fw_menu_2.addMenuItem("Unterbringung","location='patienten/wahl_unterbringung.html'");
		fw_menu_2.addMenuItem("Privatpatienten","location='patienten/privatpatienten.html'");
		fw_menu_2.hideOnMouseOut=true;

	//-> spezielle angebote
	window.fw_menu_3 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_3.addMenuItem("Eigenblutspende","location='patienten/eigenblutspende.html'");
		fw_menu_3.addMenuItem("Geburtsvorbereitung-Kreißsaal","location='patienten/geburtsvorbereitung.html'");
		fw_menu_3.addMenuItem("Künstliche Befruchtung","location='patienten/kuenstliche_befruchtung.html'");
		//->fw_menu_3.addMenuItem("Liposuktion \(Fettabsaugung\)","location='patienten/liposuktion.html'");
		fw_menu_3.addMenuItem("Pränatalmedizin","location='patienten/praenatalmedizin.html'");
		fw_menu_3.addMenuItem("palliativmedizinische Betreuung","location='patienten/palliativmedizin/index.html'");
		fw_menu_3.hideOnMouseOut=true;

	//-> serviceangebote
	window.fw_menu_4 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_4.addMenuItem("Apotheke","location='patienten/apotheke.html'");
		fw_menu_4.addMenuItem("Bank, Geldautomat","location='patienten/bank_geldautomat.html'");
		fw_menu_4.addMenuItem("Beschwerden","location='patienten/beschwerden.html'");
		fw_menu_4.addMenuItem("Bibliothek","location='patienten/bibliothek.html'");
		fw_menu_4.addMenuItem("Einkaufsmöglichkeiten","location='patienten/einkaufsmoeglichkeiten.html'");
		fw_menu_4.addMenuItem("Fernsehen","location='patienten/fernsehen.html'");
		fw_menu_4.addMenuItem("Friseur, Kosmetik","location='patienten/friseur_kosmetik.html'");
		fw_menu_4.addMenuItem("Fundbüro","location='patienten/fundbuero.html'");
		fw_menu_4.addMenuItem("Hotels in der Nähe","location='patienten/hotels_in_naehe.html'");
		fw_menu_4.addMenuItem("Internet","location='patienten/internet.html'");
		fw_menu_4.addMenuItem("Krankentransport","location='patienten/krankentransport.html'");
		fw_menu_4.addMenuItem("Parkplätze","location='patienten/parkplaetze.html'");
		fw_menu_4.addMenuItem("Patientenveranstaltungen","location='patienten/patientenveranstaltungen.html'");
		fw_menu_4.addMenuItem("Post","location='patienten/post.html'");
		fw_menu_4.addMenuItem("Radio","location='patienten/radio.html'");
		fw_menu_4.addMenuItem("Restaurant, Cafeteria, Bistro","location='patienten/restaurant.html'");
		fw_menu_4.addMenuItem("Seelsorge","location='patienten/seelsorge.html'");
		fw_menu_4.addMenuItem("Sozialdienst","location='patienten/sozialdienst.html'");
		fw_menu_4.addMenuItem("Taxiruf","location='patienten/taxiruf.html'");
		fw_menu_4.addMenuItem("Telefonieren","location='patienten/telefonieren.html'");
		fw_menu_4.hideOnMouseOut=true;


	/*******************************************************************************************
	** FORSCHUNG
	*******************************************************************************************/

	//-> forschungsschwerpunkte
	window.fw_menu_5 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_5.addMenuItem("Neurowissenschaften","location='forschung/neurowissenschaften.html'");
		fw_menu_5.addMenuItem("Endokrinologie","location='forschung/endokrinologie.html'");
		fw_menu_5.addMenuItem("Immunologie","location='forschung/immunologie.html'");
		fw_menu_5.addMenuItem("Molekulare Onkologie","location='forschung/onkologie.html'");
		fw_menu_5.addMenuItem("Psychosoziale Medizin, Public Health","location='forschung/public_health.html'");
		fw_menu_5.addMenuItem("Kollegium Lpz. Hochschulmedizin","location='forschung/kollegium_lpz_hochschulmedizin.html'");
		fw_menu_5.hideOnMouseOut = true;

	//-> zentrale forschungseinrichtungen
	window.fw_menu_6 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_6.addMenuItem("IZKF","location='forschung/izkf.html'");
		fw_menu_6.addMenuItem("KKSL","location='forschung/kksl.html'");
		fw_menu_6.addMenuItem("BBZ","location='forschung/bbz.html'");
		fw_menu_6.addMenuItem("IZBI","location='forschung/izbi.html'");
		fw_menu_6.addMenuItem("UMZ","location='forschung/umz.html'");
		fw_menu_6.addMenuItem("ICCAS","location='forschung/iccas.html'");
		fw_menu_6.hideOnMouseOut = true;

	//-> forschungsadministration
	window.fw_menu_7 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_7.addMenuItem("Prodekan","location='forschung/prodekan.html'");
		fw_menu_7.addMenuItem("Forschungskommission","location='forschung/forsch_kommiss.html'");
		fw_menu_7.addMenuItem("Referat Forschung","location='forschung/referat_forschung.html'");
		fw_menu_7.addMenuItem("Publikationsdatenbank","location='forschung/datenbank/anmelden.php'");
		fw_menu_7.addMenuItem("Stellenausschreibungen","location='forschung/stellenausschreibungen.html'");
		fw_menu_7.hideOnMouseOut = true;

	//-> forschungsförderung
	window.fw_menu_8 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_8.addMenuItem("formel.1-Förderung","location='forschung/nbl3.html'");
		fw_menu_8.addMenuItem("Ausschreibungen","location='forschung/ausschreibungen.html'");
		fw_menu_8.addMenuItem("Promotionsförderung","location='forschung/ausschreibungen.html#promotionsfoerderung2008'");
		fw_menu_8.hideOnMouseOut = true;

	//-> promotionen / habilitationen	
	window.fw_menu_9 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_9.addMenuItem("Referat Akad. Angelegenheiten","location='forschung/referat_aka_angeleg.html'");
		fw_menu_9.addMenuItem("MD/PhD - Programm","location='forschung/md_phd.html'");
		fw_menu_9.addMenuItem("Promotionsangebote","location='forschung/datenbank/promotionen.php'");
		fw_menu_9.addMenuItem("Promotionsförderung SS 2008","location='forschung/ausschreibungen.html#promotionsfoerderung2008'");
		fw_menu_9.addMenuItem("Promotionskommissionen","location='forschung/promotionskommissionen.html'");
        fw_menu_9.addMenuItem("Promotionsordnung","location='forschung/promotionsordnung.html'"); 
        fw_menu_9.addMenuItem("Habilitationsordnung","location='forschung/habilitationsordnung.html'");
		fw_menu_9.addMenuItem("Promotionsverteidigungen","location='forschung/promotionsverteidigungen.html'");
		fw_menu_9.addMenuItem("Habilitationsverteidigungen","location='forschung/habilitationsverteidigungen.html'");
		fw_menu_9.addMenuItem("Probevorlesungen","location='forschung/probevorlesungen.html'");
		fw_menu_9.addMenuItem("Abgeschl. Habilitationsverfahren","location='forschung/abg_habili_verf.html'");
		fw_menu_9.addMenuItem("Abgeschl. Promotionsverfahren","location='forschung/abg_promoti_verf.html'");
		fw_menu_9.addMenuItem("Dissertationsdatenbank","location='forschung/download_dissert.html'");
		fw_menu_9.hideOnMouseOut = true;

	//-> veranstaltungen
	window.fw_menu_10 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_10.addMenuItem("Veranstaltungen","location='forschung/veranstaltungen.html'");
		fw_menu_10.hideOnMouseOut=true;


	/*******************************************************************************************
	** LEHRE
	*******************************************************************************************/

	//-> humanmedizin
	window.fw_menu_11 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_11.addMenuItem("Ablauf des Studiums","location='lehre/human_ablauf_studium.html'");
		fw_menu_11.addMenuItem("Evaluationen","location='lehre/human_evaluationen.html'");		
		fw_menu_11.addMenuItem("fakultative Lehrveranstaltungen","location='lehre/human_fak_lehrveranst.html'");
		fw_menu_11.addMenuItem("Gegenstandskataloge","location='lehre/human_gk.html'");		
		fw_menu_11.addMenuItem("Klausurergebnisse","location='lehre/human_klausurergebnisse.html'");
		fw_menu_11.addMenuItem("Leistungsnachweise","location='lehre/human_leistungsnachweise.html'");
		fw_menu_11.addMenuItem("Ordnungen","location='lehre/human_ordnungen.html'");
		fw_menu_11.addMenuItem("PJ - Angelegenheiten","location='lehre/pj_angelegenheiten.html'");
		fw_menu_11.addMenuItem("POL","location='lehre/human_pol.html'");
		fw_menu_11.addMenuItem("Querschnittsbereiche","location='lehre/human_qsb.html'");
		fw_menu_11.addMenuItem("Rahmenzeitplan","location='lehre/stundenplaene/hm_rahmenzeitplan.html'");
		fw_menu_11.addMenuItem("Semesterführer","location='lehre/human_semesterfuehrer.html'");
		fw_menu_11.addMenuItem("Stundenpläne","location='lehre/human_stundenplaene.html'");
		fw_menu_11.addMenuItem("Wahlfächer","location='lehre/human_wahlfach.html'");
		fw_menu_11.hideOnMouseOut=true;

	//-> zahnmedizin
	window.fw_menu_12 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_12.addMenuItem("Ablauf des Studiums","location='lehre/zahn_ablauf_studium.html'");
		fw_menu_12.addMenuItem("Evaluation","location='lehre/evaluation/zahnmedizin/index.php'");		
		fw_menu_12.addMenuItem("fakultative Lehrveranstaltungen","location='lehre/zahn_fak_lehrveranst.html'");
		fw_menu_12.addMenuItem("Klausurergebnisse","location='lehre/zahn_klausurergebnisse.html'");
		fw_menu_12.addMenuItem("Leistungsscheine","location='lehre/zahn_leistungsscheine.html'");
		fw_menu_12.addMenuItem("Ordnungen","location='lehre/zahn_ordnungen.html'");
		fw_menu_12.addMenuItem("Prüfungsanträge / Formulare","location='lehre/zahn_pruefungsantraege.html'");
		fw_menu_12.addMenuItem("Rahmenzeitplan","location='lehre/stundenplaene/zm_rahmenzeitplan.html'");
		fw_menu_12.addMenuItem("Semesterführer","location='lehre/zahn_semesterfuehrer.html'");
		fw_menu_12.addMenuItem("Stundenpläne","location='lehre/zahn_stundenplaene.html'");
		fw_menu_12.hideOnMouseOut=true;

	//-> lehre -> hörsäle
	window.fw_menu_13 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_13.addMenuItem("Lageplan Lehrflächen","location='lehre/hoersaele.html'");
		fw_menu_13.hideOnMouseOut=true;

	//-> akademische lehrkrankenhäuser
	window.fw_menu_14 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_14.addMenuItem("Übersicht","location='lehre/lehrkrh_uebersicht.html'");
		fw_menu_14.hideOnMouseOut=true;

	//-> lehre -> referat lehre
	window.fw_menu_15 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_15.addMenuItem("Auslandsaufenthalte","location='lehre/auslandsaufenthalte.html'");
		fw_menu_15.addMenuItem("Ausschreibungen / Bekanntmach.","location='lehre/ausschreibungen.html'");
		fw_menu_15.addMenuItem("Erfassung von Lehrverpflichtungen","location='lehre/deputat_erfassung.html'");
		fw_menu_15.addMenuItem("Mitarbeiter u. Sprechzeiten","location='lehre/mitarbeiter_reflehre.html'");
		fw_menu_15.addMenuItem("Mini-Cip-Pool","location='lehre/mini_cip.html'");
		fw_menu_15.addMenuItem("Studiendekane","location='lehre/studiendekane.html'");
		fw_menu_15.addMenuItem("Studienkommissionen","location='lehre/studienkommissionen.html'");
		fw_menu_15.hideOnMouseOut=true;

	//-> lehre -> download
	window.fw_menu_16 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_16.addMenuItem("Antragsformulare / Merkblätter","location='lehre/antraege.html'");
		fw_menu_16.addMenuItem("Handouts zu Veranstaltungen","location='lehre/handouts.html'");
 		fw_menu_16.addMenuItem("Vorlesungsunterlagen","location='lehre/download_vl.html'");
		fw_menu_16.hideOnMouseOut=true;

	//-> lehre -> links
	window.fw_menu_17 = new Menu("root",190,14,"Arial, Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","#0076be","#0076be");
		fw_menu_17.addMenuItem("Links","location='lehre/links.html'");
		fw_menu_17.hideOnMouseOut=true;


	/*******************************************************************************************
	** INIT MENUES
	*******************************************************************************************/
	// - in diesem falle steht hier hinter "fw_menu_" eine "17" -> da es pop-menus bis zur 17 gibt
	// - sollten weitere hinzugefügt werden muss hier die "17" abgeändert werden in die höchste pop-menu zahl
	fw_menu_17.writeMenus();

}