_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

pfad="";

with(menuStyle=new mm_style()){
borderwidth=0;		
}

with(menuStyle2=new mm_style()){
offcolor="#5C5A5B";						
oncolor="#000000";						
onbgcolor="#EEEEEE";						
offbgcolor="#EEEEEE";					
bordercolor="#D9D8D4";					
borderstyle="solid";						
borderwidth=1;		
separatorcolor="#D9D8D4";
separatorsize="1";
padding=5;
fontstyle="normal";
fontweight="bold";
fontsize="10px";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage=pfad+"/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=menuStyle;
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
top=91;
aI("image=../images/general/transparent.gif WIDTH=460 HEIGHT=25 BORDER=0;url=../index.html;");
aI("image=../images/general/transparent.gif WIDTH=81 HEIGHT=25 BORDER=0;showmenu=Praxis;");
aI("image=../images/general/transparent.gif WIDTH=96 HEIGHT=25 BORDER=0;showmenu=Angebot;");
aI("image=../images/general/transparent.gif WIDTH=97 HEIGHT=25 BORDER=0;showmenu=Facharzt;");
aI("image=../images/general/transparent.gif WIDTH=118 HEIGHT=25 BORDER=0;url="+pfad+"philosophie.html;");
aI("image=../images/general/transparent.gif WIDTH=98 HEIGHT=25 BORDER=0;showmenu=News;");
}

with(milonic=new menuname("Praxis")){
style=menuStyle2;
overflow="scroll";
itemwidth="101";
left="offset=1";
aI("text=Unser Team;url="+pfad+"pra_team.html;");
aI("text=Innenansicht;url="+pfad+"pra_innenansicht.html;");
aI("text=Anfahrtsplan;url="+pfad+"pra_anfahrtsplan.html;");
}

with(milonic=new menuname("Angebot")){
style=menuStyle2;
overflow="scroll";
itemwidth="120";
left="offset=1";
aI("text=Operative Behandlungen;url="+pfad+"an_operative_beh.html;");
aI("text=Nichtoperative Behandlungen;url="+pfad+"an_nichtoperative_beh.html;");
aI("text=Medizinische Kosmetik;url="+pfad+"an_medizinischeKosmetik.html;");
aI("text=Gewichtsreduktion nach Simeons;url="+pfad+"an_Gewichtsreduktion_Simeonskur.html;");
aI("text=Wichtige Infos;url="+pfad+"an_wichtige_infos.html;");
aI("text=Empfehlungen Ausserhaus;url="+pfad+"pra_mb_1.html;");
}

with(milonic=new menuname("Facharzt")){
style=menuStyle2;
overflow="scroll";
itemwidth="120";
left="offset=1";
aI("text=Qualifikation;url="+pfad+"fa_qualifikation.html;");
aI("text=Medienauftritte;url="+pfad+"fa_medien.html;");
aI("text=Mitgliedschaften;url="+pfad+"fa_mitgliedschaften.html;");
aI("text=Internationale Publikationen;url="+pfad+"fa_publikationen.html;");
aI("text=Vorträge / Workshops;url="+pfad+"new_vortraege.html;");
aI("text=Presse;url="+pfad+"new_pressemitteilungen.html;");
}
with(milonic=new menuname("News")){
style=menuStyle2;
overflow="scroll";
itemwidth="96";
left="offset=1";
aI("text=News;url="+pfad+"new_news.html;");
aI("text=Galerie;url="+pfad+"new_galerie.html;");
}
		

drawMenus();


	