function zzzLoadMenus() { if (window.zzznew_menu_menu_0) return; //########## MENU 1 Philosophie ###### window.zzznew_menu_menu_1 = new Menu("Menue1",140,15,0,0); zzznew_menu_menu_1.addMenuItem("Qualitätsphilosophie","location='1_qualitaet.htm'"); zzznew_menu_menu_1.addMenuItem("Warum ein Gutachten?","location='1_warumgutachten.htm'"); zzznew_menu_menu_1.addMenuItem("Definition","location='1_definition.htm'"); //########## MENU 2 Über Uns ###### window.zzznew_menu_menu_2 = new Menu("Menue2",135,15,0,0); zzznew_menu_menu_2.addMenuItem("Adresse","location='2_adresse.htm'"); zzznew_menu_menu_2.addMenuItem("Das Team","location='2_dasteam.htm'"); zzznew_menu_menu_2.addMenuItem("Kontaktformular","location='2_kontaktformular.htm'"); zzznew_menu_menu_2.addMenuItem("Diplomarbeiten","location='2_diplomarbeiten.htm'"); zzznew_menu_menu_2.addMenuItem("Dissertationen","location='2_dissertationen.htm'"); zzznew_menu_menu_2.addMenuItem("Vorträge/Seminare","location='2_vortraege.htm'"); //########## MENU 3 Bedingungen ###### window.zzznew_menu_menu_3 = new Menu("Menue3",130,15,0,0); zzznew_menu_menu_3.addMenuItem("Voraussetzungen","location='3_voraussetzungen.htm'"); zzznew_menu_menu_3.addMenuItem("Ablauf","location='3_ablauf.htm'"); zzznew_menu_menu_3.addMenuItem("Honorar","location='3_honorar.htm'"); zzznew_menu_menu_3.addMenuItem("Anmeldeformular","location='3_anmeldeformular.htm'"); zzznew_menu_menu_3.addMenuItem("Download","location='3_download.htm'"); //########## MENU 4 Gutachten ###### window.zzznew_menu_menu_4 = new Menu("Menue4",190,15,0,0); zzznew_menu_menu_4.addMenuItem("Gutachten nach Themenfeldern","location='4_gutachten_themen.htm'"); zzznew_menu_menu_4.addMenuItem("Gutachten alphabetisch","location='4_gutachten_alphabetisch.htm'"); zzznew_menu_menu_4.addMenuItem("Statistik","location='4_gutachten_statistik.htm'"); //########## MENU 5 Partner ###### window.zzznew_menu_menu_5 = new Menu("Menue5",130,15,0,0); zzznew_menu_menu_5.addMenuItem("DaimlerChrysler AG","location='5_partner_daimler.htm'"); zzznew_menu_menu_5.addMenuItem("DBVC","location='5_partner_dbvc.htm'"); zzznew_menu_menu_5.addMenuItem("Deutsche Bahn AG","location='5_partner_dbahn.htm'"); zzznew_menu_menu_5.addMenuItem("Deutsche Post AG","location='5_partner_deupost.htm'"); zzznew_menu_menu_5.addMenuItem("Deutsche Telekom AG","location='5_partner_dtelekom.htm'"); zzznew_menu_menu_5.addMenuItem("DVA GmbH","location='5_partner_dva.htm'"); zzznew_menu_menu_5.addMenuItem("E.ON AG","location='5_partner_eon.htm'"); zzznew_menu_menu_5.addMenuItem("Eppendorf AG","location='5_partner_eppendorf.htm'"); zzznew_menu_menu_5.addMenuItem("Frankfurter Sparkasse","location='5_partner_fraspa.htm'"); zzznew_menu_menu_5.addMenuItem("Georg Fischer AG","location='5_partner_georgfischer.htm'"); zzznew_menu_menu_5.addMenuItem("HSH Nordbank","location='5_partner_hshnordbank.htm'"); zzznew_menu_menu_5.addMenuItem("Olympus GmbH","location='5_partner_olympus.htm'"); zzznew_menu_menu_5.addMenuItem("TUI GmbH","location='5_partner_tui.htm'"); zzznew_menu_menu_5.addMenuItem("Walter Bau AG","location='5_partner_walter.htm'"); //########## MENU 6 Extras ###### window.zzznew_menu_menu_6 = new Menu("Menue6",100,15,0,0); zzznew_menu_menu_6.addMenuItem("Aufsätze","location='6_aufsaetze.htm'"); zzznew_menu_menu_6.addMenuItem("Datenschutz","location='6_datenschutz.htm'"); zzznew_menu_menu_6.addMenuItem("Impressum","location='6_impressum.htm'"); zzznew_menu_menu_6.addMenuItem("Links","location='6_links.htm'"); zzznew_menu_menu_6.addMenuItem("News","location='6_news.htm'"); zzznew_menu_menu_6.addMenuItem("Presse","location='6_presse.htm'"); zzznew_menu_menu_6.addMenuItem("Sitemap","location='6_sitemap.htm'"); //########## ENDE MENUS ###### zzznew_menu_menu_4.writeMenus(); } // zzzLoadMenus() function zzznew_displayStatusMsg(msgStr) { status=msgStr; document.zzznew_returnValue = true; } function zzznew_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) { if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.zzznew_pgW = innerWidth; document.zzznew_pgH = innerHeight; onresize = zzznew_reloadPage; } } else if (innerWidth!=document.zzznew_pgW || innerHeight!=document.zzznew_pgH) location.reload(); } zzznew_reloadPage(true); zzzLoadMenus();