fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#EB8A89";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);";
padding=5;
pagebgcolor="#EB8A89";
pagecolor="#000000";
rawcss="width: 175px; ";
}

with(menuStyleMain=new mm_style()){
fontweight="bold";
headerbgcolor="#ffffff";
offbgcolor="#E6E6E6";
offcolor="#404040";
onbgcolor="#D70A2D";
oncolor="#ffffff";
padding=2;
}

with(menuStyleMainAktiv=new mm_style()){
fontweight="bold";
headerbgcolor="#ffffff";
offbgcolor="#D70A2D";
offcolor="#ffffff";
onbgcolor="#D70A2D";
oncolor="#ffffff";
padding=2;
}

with(milonic=new menuname("Laboratorium")){
style=menuStyle;
aI("text=Über uns;url=/laboratorium_ueberuns.php;")
aI("text=Leistungsangebot;url=/laboratorium_leistungsangebot.php;")
}

with(milonic=new menuname("Patient")){
style=menuStyle;
aI("text=PatientInnen-Info;url=/patient_info.php;");
aI("text=Merkblätter;url=/patient_merkblaetter.php;");
}

with(milonic=new menuname("Arzt")){
style=menuStyle;
aI("text=ÄrztInnen-Info;url=/arzt_info.php;");
aI("text=Infoblätter;url=/arzt_infblaetter.php;");
}

drawMenus();

