_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=4               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x




with(menuStyle1=new mm_style()){ //für HAUPTTITEL
borderwidth=0;	
offcolor="#000000";	//schriftfarbe wenn inaktiv					
oncolor="#FFB22E";	//schriftfarbe wenn aktiv
padding=12;
fontstyle="normal";
fontweight="bold";
fontsize="10px";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";	
}

with(menuStyle2=new mm_style()){ //für UNTERTITEL
offcolor="#5C5A5B";						
oncolor="#000000";						
onbgcolor="#EEEEEE";	//hintergrundfarbe wenn aktiv					
offbgcolor="#EEEEEE";					
bordercolor="#D9D8D4";					
borderstyle="solid";						
borderwidth=1;		
separatorcolor="#D9D8D4"; //Trennlinien
separatorsize="1";
padding=5;
fontstyle="normal";
fontweight="bold";
fontsize="10px";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/css/pfeil.gif";
subimagepadding="5";
overfilter="Alpha(style=0,opacity=90); filter:alpha(opacity=90); -moz-opacity: 90%;";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle1;
alwaysvisible=1;
orientation="horizontal";
screenposition="left";
left=280;
top=14;
aI("text=Aktuelles;showmenu=Aktuelles;pointer=arrow;");
aI("text=Bereiche;showmenu=Bereiche;pointer=arrow;");
aI("text=Aufnahme;showmenu=Aufnahme;pointer=arrow;");
aI("text=Infos;showmenu=Infos;pointer=arrow;");
aI("text=Tarife;showmenu=Preise;pointer=arrow;");
aI("text=Bildergalerien;url=galerie.php;");
aI("text=Offene Stellen;url=jobs.php;");
}
		
	
	
	with(milonic=new menuname("Aktuelles")){
	style=menuStyle2;
	left="offset=+10";
	aI("text=Aktuelles;url=aktuelles.php;");
	aI("text=Archiv;url=aktuelles_archiv.php;");
	}
	
	with(milonic=new menuname("Bereiche")){
	style=menuStyle2;
	left="offset=+10";
	aI("text=Administration;url=administration.html;");
	aI("text=Aktivierungstherapie;url=aktivierungstherapie.html;");
	aI("text=Arztdienst;url=arztdienst.html;");
	aI("text=Hotellerie;url=hotellerie.html;");
	aI("text=Küche / Restaurant;url=kueche.html;");
	aI("text=Pflegedienst;url=pflegedienst.html;");
	aI("text=Physiotherapie;url=physiotherapie.html;");
	aI("text=Schulung;url=schulung.html;");
	aI("text=Seelsorge;url=seelsorge.html;");
	aI("text=Technik / Sicherheit;url=technik.html;");
	}	

	
	with(milonic=new menuname("Aufnahme")){
	style=menuStyle2;
	left="offset=+10";
	aI("text=Anmeldeformular;url=aufnahmegesuch.html;");
	aI("text=Ärztliches Zeugnis;url=aerztlicheszeugniszuraufnahme.html;");
	aI("text=Aufnahmebedingungen;url=aufnahmebedingungen.html;");
	aI("text=Tages- und Nachtaufenthalte;url=tagesbetreung.html;");
	aI("text=Ferienaufenthalte;url=ferienaufenthalte.html;");
	}
	
	
	with(milonic=new menuname("Infos")){
	style=menuStyle2;
	left="offset=+10";
	aI("text=Buchempfehlungen;url=buch.php;");
	aI("text=Links;url=links.html;");
	aI("text=Ortsplan;url=ortsplan.html;");
	aI("text=Jahresberichte;url=jahresberichte.html;");
	aI("text=Leitbild;url=leitbild.html;");
	aI("text=Organisation;url=organisation.html;");
	aI("text=Statuten;url=Statuten.html;");
	}

	
	with(milonic=new menuname("Preise")){
	style=menuStyle2;
	left="offset=+10";
	aI("text=Tarifübersicht [PDF];url=../pdf/Preise_PZE_2009.pdf;target='blank'");
	aI("text=Taxordnung [PDF];url=taxordnung.pdf;target='blank'");
	}
	
	
drawMenus();


	