// Ger Versluis 5.411

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#0080CC';			// Background color when mouse is over
	var HighSubBgColor='#0080CC';			// Background color when mouse is over on subs
	var FontLowColor='#0080CC';			// Font color when mouse is not over
	var FontSubLowColor='#0080CC';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#0080CC';			// Border color
	var BorderSubColor='#0080CC';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=105;				// Menu offset y coordinate
	var StartLeft=-5;				// Menu offset x coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/tri.gif',5,10,'images/tridown.gif',0,0,'images/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","index.html","",0,17,125);

Menu2=new Array("Patienten","patienteninfo_index.htm","",7,20,125);
	Menu2_1=new Array("Einfuehrung","einfuehrung.htm","",0,20,170);	
	Menu2_2=new Array("Vorbereitung","vorbereitung.htm","",0);
	Menu2_3=new Array("Praemedikation","","",2);
		Menu2_3_1=new Array("CCM","praemedikationaufderstation.htm","",0,20,65);
		Menu2_3_2=new Array("CVK","Praemedambulanz_CVK.htm","",0);
	Menu2_4=new Array("Anaesthesie","anaesthesie.htm","",5);
		Menu2_4_1=new Array("Allgemeinanaesthesie","allgemein.htm","",0,20,150);
		Menu2_4_2=new Array("Regionalanaesthesie","regionalanaesthesie.htm","",0);
		Menu2_4_3=new Array("Kreisssaal","entbindung.htm","",0);
		Menu2_4_4=new Array("Kinderanaesthesie","kinderanaesthesie.htm","",0);
		Menu2_4_5=new Array("Risiken","risiken.htm","",0);
	Menu2_5=new Array("Nachbetreuung","nachbetreuung.htm","",4);
		Menu2_5_1=new Array("Aufwachraum","nachbetreuung.htm","",0,20,150);
		Menu2_5_2=new Array("PACU","pacu.htm","",0);
		Menu2_5_3=new Array("Schmerztherapie","schmerztherapie_patienten.htm","",0);
		Menu2_5_4=new Array("Intensivtherapie","intensiv.htm","",0);
	Menu2_6=new Array("Ambulante Anaesthesie","ambulant.htm","",0);
	Menu2_7=new Array("International","sprachen2.htm","",5);
		Menu2_7_1=new Array("English","englisch2.htm","",0,20,150);
		Menu2_7_2=new Array("Francais","franzoesisch2.htm","",0);
		Menu2_7_3=new Array("Espanol","spanisch2.htm","",0);
		Menu2_7_4=new Array("Russisch","russisch2.htm","",0);
		Menu2_7_5=new Array("Turkye","tuerkisch2.htm","",0);

Menu3=new Array("Klinik","","",11,20,125);
	Menu3_1=new Array("Unsere Klinik","klinik.htm","",0,20,175);	
	Menu3_2=new Array("Mitarbeiter","Mitarbeiter.htm","",0);
	Menu3_3=new Array("Lagebeschreibung","Lage.htm","",0);
	Menu3_4=new Array("Anaesthesiologie","anaesthesiologie.htm","",0);
	Menu3_5=new Array("Intensivmedizin","intensivmedizin.htm","",1);
		Menu3_5_1=new Array("ARDS-Zentrum","javascript:window.open('../anaest/ards/index.htm')","",0,20,110);
	Menu3_6=new Array("Notfallmedizin","rettungsstelle.htm","",0);
	Menu3_7=new Array("Schmerztherapie","","",2);
		Menu3_7_1=new Array("CCM","schmerztherapie.htm","",0,20,65);
		Menu3_7_2=new Array("CVK","Schmerztherapie_CVK.htm","",0);
	Menu3_8=new Array("Qualitaetsmanagment","QM.htm","",0);
	Menu3_9=new Array("Geschichte der Klinik","Geschichte.htm","",0);
	Menu3_10=new Array("Fotogalerie","javascript:window.open('Fotogalerie/index.htm')","",0);
    Menu3_11=new Array("Presse","presse.htm","",0);

Menu4=new Array("Forschung","","",6,20,125);
        Menu4_1=new Array("Publikationen","","",8,20,200); 
            Menu4_1_1=new Array("2007","publikationen2007.htm","",0,20,125);
			Menu4_1_2=new Array("2006","publikationen2006.htm","",0);
			Menu4_1_3=new Array("2005","publikationen2005.htm","",0);
			Menu4_1_4=new Array("2004","publikationen2004.htm","",0);
			Menu4_1_5=new Array("2003","publikationen2003.htm","",0);
			Menu4_1_6=new Array("2002","publikationen2002.htm","",0); 
			Menu4_1_7=new Array("2001","publikationen2001.htm","",0);
			Menu4_1_8=new Array("2000","publikationen2000.htm","",0);   
        Menu4_2=new Array("Arbeitsgruppen","AG_uebersicht.htm","",0);
	Menu4_3=new Array("Habilitationen","habilitationen.html","",0);
	Menu4_4=new Array("Wissenschaftliche Preise","wiss_preise.html","",0,20,200);
	Menu4_5=new Array("Mentoren und Mentees","mentee.html","",0,20,200);
	Menu4_6=new Array("Promotionsstatistik","","",2,20,200); 
		Menu4_6_1=new Array("Promotionsstatistik 2007","javascript:window.open('Promostatistik2007.pdf')","",0,20,170);
			Menu4_6_2=new Array("Promotionsstatistik 2006","javascript:window.open('StatistikPromotionen.pdf')","",0);
	
	
Menu5=new Array("Lehre","lehre.htm","",10,20,125);
	Menu5_1=new Array("Aktuelles / Aenderungen","aktuelles.htm","",0,20,200);
	Menu5_2=new Array("Lehrsekretariat","lehrsekretariat.htm","",0);
	Menu5_3=new Array("Vergabe Leistungsnachweise","","",3);
		Menu5_3_1=new Array("alte AppO","javascript:window.open('Lehre/Scheinausgabe_Aequivalenz_WS04.pdf')","",0,20,175);
		Menu5_3_2=new Array("Neue AppO Uebersicht","javascript:window.open('Lehre/Uebersicht_Scheinausgabe.pdf')","",0);
		Menu5_3_3=new Array("neue AppO Details","Scheinausgabe_ab_WS05.htm","",0);
	Menu5_4=new Array("Regelstudiengang","lehrveranstaltungen_uebersicht.htm","",5);
		Menu5_4_1=new Array("1. klin. Semester","semester1.htm","",0,20,145);
		Menu5_4_2=new Array("2. klin. Semester","semester2.htm","",0);
		Menu5_4_3=new Array("3. klin. Semester","semester3.htm","",0);
		Menu5_4_4=new Array("4. klin. Semester","semester4.htm","",0);
        Menu5_4_5=new Array("6. klin. Semester","semester6.htm","",0);
	Menu5_5=new Array("Reformstudiengang","","",4);
		Menu5_5_1=new Array("Hintergrund","reformstudiengang.htm","",0,20,145);
		Menu5_5_2=new Array("Notfallmedizin 1","notfallmedizin1.htm","",0);
		Menu5_5_3=new Array("Notfallmedizin 2","notfallmedizin2.htm","",0);
		Menu5_5_4=new Array("Notfallmedizin 3","notfallmedizin3.htm","",0);
	Menu5_6=new Array("Praktisches Jahr","","",2);
		Menu5_6_1=new Array("Ausbildungskonzept","PJ-Konzept.htm","",0,20,145);	
		Menu5_6_2=new Array("Fortbildungsplan","javascript:window.open('Lehre/pjfobi.pdf')","",0);
	Menu5_7=new Array("Master of Medical Education","javascript:window.open('http://www.mme-d.de/')","",0);
	Menu5_8=new Array("meducase","javascript:window.open('http://www.meducase.de/')","",0);
	Menu5_9=new Array("DGAI-Studierendenseiten","javascript:window.open('http://www.dgai.de/23_0studenten.htm')","",0);
	Menu5_10=new Array("Erasmus","erasmus.htm","",0);
	
Menu6=new Array("Fort- und Weiterbildung","","",8,20,165);
    Menu6_1=new Array("Fortbildung","fortbildung.htm","",0,20,175);
	Menu6_2=new Array("Weiterbildung","weiterbildung.htm","",0);
    Menu6_3=new Array("HAI","javascript:window.open('http://www.hai2007.de/')","",0);
	Menu6_4=new Array("BRAIN","javascript:window.open('http://www.regionalanaesthesie-charite.de/')","",0);
	Menu6_5=new Array("Simulator-/Reakurse","Simulator.htm","",7);
		Menu6_5_1=new Array("Allgemeine Informationen","sim_allgemeines.htm","",0,20,230);
		Menu6_5_2=new Array("Information in English","information_english.htm","",0);
        Menu6_5_3=new Array("Termine","sim_termine.htm","",0);
		Menu6_5_4=new Array("Crisis Resource Management (CRM)","sim_acrm.htm","",0);
		Menu6_5_5=new Array("CRM Focus Gerinnung","javascript:window.open('crm_gerinnung.pdf')","",0);
		Menu6_5_6=new Array("Simulatortraining Intensivmedizin","sim_sepsis.htm","",0);
		Menu6_5_7=new Array("Reanimationskurse","sim_rea.htm","",0);
	Menu6_6=new Array("Internationale Fortbildung","fortbild_international.htm","",0,20,175);
	Menu6_7=new Array("DGAI-Fortbildung","javascript:window.open('http://www.dgai-berlin.de/')","",0);
	Menu6_8=new Array("Repetitorium","repetitorium.htm","",0);
	

