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=0;
_subOffsetLeft=0;




with(vertStyle=new mm_style()){
align="left";
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Helvetica, Geneva, Swiss, SunSans-Regular";
fontsize="90%";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
offbgcolor="#ffffff";
offcolor="#737373";
onbgcolor="#ffffff";
onborder="0px solid #999999";
oncolor="#8080ff";
onsubimage="";
overbgimage="";
padding=0;
pagebgcolor="#ffffff";
pagecolor="#8080ff";
pageimage="";
separatoralign="center";
separatorcolor="#ffffff";
separatorwidth="85%";
image="";
imagepadding=0;
subimage="";
padding=5;
}


with(milonic=new menuname("Sample mainmenu")){
alwaysvisible=1;
margin=2;
orientation="vertical";
style=vertStyle;
top=140;
left=235;
itemwidth=175;
aI("text=Grundsätze;url=grundsaetze.html;");
aI("text=Unser Team;url=unserteam.html;");
aI("text=Unsere Schule;url=unsereschule.html;");
aI("text=Unsere Kunden;url=unserekunden.html;");
aI("text=Offene Stellen;url=offenestellen.html;");
}

drawMenus();

