_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#7C023F";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#7C023F";
offcolor="#FFFFFF";
onbgcolor="#EE7900";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=4;
pagebgcolor="#7C023F";
pagecolor="#FFFFFF";
separatorcolor="#7C023F";
separatorsize=5;
subimage="arrow.gif";
subimagepadding=2;
}

with(aktuelles=new menuname("Main Menu")){
alwaysvisible=1;
left=300;
orientation="horizontal";
style=menuStyle;
top=318;

aI("showmenu=Home;text=Home;url=index.htm;");
aI("showmenu=Kurse;text=Kurse;");
aI("showmenu=Workshops;text=Workshops;");
aI("showmenu=Events;text=Events;url=events.htm");
aI("showmenu=Fotogalerie;text=Fotogalerie;url=galerie.htm;");
aI("showmenu=Dozenten;text=Dozent/Innen;");
aI("showmenu=Anfahrt;text=Anfahrt;url=anfahrt.htm;");

}

with(milonic=new menuname("Fotogalerie")){
overflow="scroll";
style=menuStyle;

}


with(milonic=new menuname("Home")){
overflow="scroll";
style=menuStyle;

}


with(milonic=new menuname("Kurse")){
overflow="scroll";
style=menuStyle;
aI("text=Fortlaufend;url=kurse.htm;")
aI("text=Wochenplan;url=pdf/wochenplan.pdf;")
}

with(milonic=new menuname("Workshops")){
overflow="scroll";
style=menuStyle;
aI("text=Tanz;url=workshops_tanz.htm;")
aI("text=Gesang;url=workshops_gesang.htm;")
}
with(milonic=new menuname("Heidi")){
overflow="scroll";
style=menuStyle;
aI("text=Fortlaufend;url=kurseheidi.htm;")

}



with(milonic=new menuname("Unterricht")){
style=menuStyle;
overflow="scroll";


}

with(milonic=new menuname("feste")){
style=menuStyle;
overflow="scroll";
//aI("text=Tag der offenen Türen;url=tagder.htm;")
aI("text=Kommende Veranstaltungen;url=veranstaltungen1.htm;")



}

with(milonic=new menuname("sonstiges")){
style=menuStyle;
overflow="scroll";
aI("text=Anfahrt;url=anfahrt.htm;")
aI("text=Anmeldung;url=anmeldung.htm;")
aI("text=Bildergalerie;url=galerie.htm;")

}

with(milonic=new menuname("Dozenten")){
style=menuStyle;
overflow="scroll";
//aI("showmenu=evawied;text=Eva Wied;")
aI("text=Uebersicht;url=dozenten.htm;")

}




drawMenus();


