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()){
itemwidth=120;
offborder="#083c00";
onborder="#083c00";
bordercolor="#083c00";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana";
fontsize="75%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#d5d5d5";
offcolor="#000000";
onbgcolor="#d5d5d5";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=0;
pagebgcolor="#d5d5d5";
pagecolor="#000000";
separatorcolor="#d5d5d5";
separatorsize=2;
image="";
imagepadding=1;
}

with(menuStyle2=new mm_style()){
itemwidth=118;
itemheight=20;
offborder="#083c00";
onborder="#083c00";
bordercolor="#083c00";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana";
fontsize="65%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#0f5d06";
offcolor="#efebef";
onbgcolor="#0a3d04";
oncolor="#efebef";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=2;
pagebgcolor="#0f5d06";
pagecolor="#efebef";
separatorcolor="#083c00";
separatorsize=2;
image="";
imagepadding=0;
}

with(milonic=new menuname("Main Menu")){
position="relative";
top=10;
left=10;
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;image=Bilder/menu.jpg;url=home.php");
aI("showmenu=Schar;text=Schar und Fotos;image=Bilder/menu.jpg");
aI("showmenu=Leitungsteam;text=Leitungsteam;image=Bilder/menu.jpg");
aI("showmenu=Gruppen;text=Gruppen;image=Bilder/menu.jpg");
aI("showmenu=Lager;text=Lager;image=Bilder/menu.jpg");
aI("showmenu=Geschichte;text=Geschichte;image=Bilder/menu.jpg");
aI("showmenu=Kontakt;text=Kontakt;image=Bilder/menu.jpg");
}

with(milonic=new menuname("Schar")){
style=menuStyle2;
aI("text=Agenda 2011;url=agenda.php")
aI("text=Fotos;url=fotos.php")
aI("text=Vergangenheit;url=vergangenheit.php")
}

with(milonic=new menuname("Leitungsteam")){
style=menuStyle2;
aI("text=Thomas Haselbach;url=thomas.php")
aI("text=Pavel Sklorz;url=pavel.php")
aI("text=Raphael Kleger;url=raphael.php")
aI("text=Marco Huber;url=marco.php")
aI("text=Stefan Eggmann;url=stefan.php")
aI("text=Tobias Cozzio;url=tobias.php")
aI("text=Fabio Cimenti;url=fabio.php")
aI("text=Ramon Baumann;url=ramon.php")
aI("text=Vital Lenggenhager;url=vital.php")
aI("text=Tim Weibel;url=tim.php")
aI("text=Claudio Kasper;url=claudio.php")
aI("text=Leitunsteam;url=leitungsteam.php")
}

with(milonic=new menuname("Gruppen")){
style=menuStyle2;
aI("text=Fux;url=fux.php")
aI("text=Wombats;url=wombats.php")
aI("text=Zeus;url=zeus.php")
aI("text=Bad Boys;url=badboys.php")
aI("text=Ehemalige Gruppen;url=ehemaligeg.php")
}

with(milonic=new menuname("Lager")){
style=menuStyle2;
aI("text=Info HELA 11;url=hela11.php")
aI("text=HELA 10;url=hela10.php")
aI("text=HELA 09;url=hela09.php")
aI("text=SOLA 07;url=sola07.php")
aI("text=SOLA 06;url=sola06.php")
aI("text=SOLA 05;url=sola05.php")
aI("text=SOLA 04;url=sola04.php")
aI("text=SOLA 03 [KALA];url=sola03.php")
}

with(milonic=new menuname("Geschichte")){
style=menuStyle2;
aI("text=Entstehung;url=entstehung.php")
aI("text=Entwicklung;url=entwicklung.php")
aI("text=Verband Heute;url=verband.php")
aI("text=Grunds&auml;tze;url=grundsaetze.php")
}

with(milonic=new menuname("Kontakt")){
style=menuStyle2;
aI("text=G&auml;stebuch;url=gaestebuch.php")
aI("text=Links;url=links.php")
aI("text=Scharleiter;url=scharleiter.php")
aI("text=Impressum;url=impressum.php")
}

drawMenus();


