

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#009ED1";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=1;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="ffffff";
pagebgcolor="#000000";
headercolor="#FFFFFF";
headerbgcolor="#000000";
subimage="arrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.3)";
}


with(MymenuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#009ED1";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#009ED1";
headercolor="#FFFFFF";
headerbgcolor="#000000";
subimage="arrow.gif";
subimagepadding="0";
overfilter="fade(duration=0.3);Alpha(opacity=60)";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("home")){
style=MymenuStyle;
overflow="scroll";
itemwidth="110";
aI("text=Startseite;url=index2.html;status=zur Startseite;");
aI("text=Impressum;url=impressum.html;status=Impressum;");
}

with(milonic=new menuname("wann")){
style=MymenuStyle;
overflow="scroll";
itemwidth="150";
aI("text=Sprechzeiten;url=sprechzeiten1.html;status=Sprechzeiten;");
aI("text=Anfahrt;url=anfahrt-praxis.html;status=Anfahrt;");
aI("text=Abrechnung (GOT);url=../GOT/GOT.html;status=Abrechnung (GOT);");
aI("text=Kontakt;url=kontakt.html;status=Kontakt;");
}

with(milonic=new menuname("praxis")){
style=MymenuStyle;
itemwidth="110";
aI("text=Team;url=praxisteam3.html;status=Praxisteam;");
aI("text=Praxisgrundriss;url=praxisgrundriss.html;status=Praxisgrundriss;");
aI("text=Interessante Bilder;url=patientenbilder1.html;status=Patientenbilder;");
}

with(milonic=new menuname("leistungen")){
style=MymenuStyle;
itemwidth="150";
aI("text=Philosophie;url=philosophie.html;status=Philosophie;");
aI("text=Tierarten;url=leistung-uebersicht.html;status=Leistungs&uuml;übersicht;");
aI("text=Allgemeines Leistungsangebot;url=leistung-allgemein.html;status=Allgemeines Leistungsangebot;");
aI("text=Spezielles Leistungsangebot;url=leistung-speziell.html;status=Spezielles Leistungsangebot;");
}

with(milonic=new menuname("fachliches")){
style=MymenuStyle;
itemwidth="110";
aI("text=Fachliches;url=fachliches.html;status=Fachliches.html");
}


with(milonic=new menuname("links")){
style=MymenuStyle;
itemwidth="110";
aI("text=N&uuml;tzliche Links;url=links1.html;status=Links;");
aI("text=Tiervermittlung;url=tiervermittlung.html;status=Tiervermittlung;");
}

drawMenus();

