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(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma";
fontsize="75%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#5978b9";
oncolor="#E6E6E6";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#DADADA";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="./lay/arrow.gif";
subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=368;
menuwidth="764";

aI("itemwidth=20%;align=center;text=Home;url=index.php");
aI("itemwidth=20%;align=center;showmenu=SEGELREVIERE;text=Segeltörns");
aI("itemwidth=20%;align=center;text=Bilder;url=bilder.php");
aI("itemwidth=20%;align=center;showmenu=INFOS;text=Infos");
aI("itemwidth=20%;align=center;showmenu=UEBER_UNS;text=Über Uns");
}

with(milonic=new menuname("SEGELREVIERE")){
overflow="scroll";
style=menuStyle;
aI("text=Alle Termine;url=ueberblick.php");
aI("showmenu=griechenland;text=Griechenland");
aI("showmenu=tuerkei;text=Türkei;");
aI("showmenu=karibik;text=Karbik;");
aI("text=Kuba;url=kuba.php");
}

with(milonic=new menuname("griechenland")){
style=menuStyle;
aI("text=Kykladen;url=kykladen.php");
aI("text=Dodekanes;url=dodekanes.php");
}

with(milonic=new menuname("tuerkei")){
style=menuStyle;
aI("text=Golf von Fethiye;url=golf_von_fethiye.php");
}

with(milonic=new menuname("karibik")){
style=menuStyle;
aI("text=Windward Islands;url=windward_islands.php;");
}

with(milonic=new menuname("INFOS")){
overflow="scroll";
style=menuStyle;
aI("text=FAQ;url=faq.php");
aI("text=Törnablauf;url=ablauf.php");
aI("text=AGB;url=agb.pdf");
aI("text=Packliste;url=ausruestungsliste.php");
aI("text=Versicherung;url=versicherung_infos.php");
}

with(milonic=new menuname("UEBER_UNS")){
overflow="scroll";
style=menuStyle;
aI("text=Wir über uns;url=wir_ueber_uns.php");
aI("text=Organisationsteam;url=buero_team.php");
aI("text=Unsere Skipper;url=unsere_skipper.php;");
aI("text=Impressum;url=impressum.php");
}


drawMenus();
