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(ScrollingSampStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
fontfamily="comic sans ms,verdana,helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#181818";
offcolor="#666666";
onbgcolor="#181818";
oncolor="#ffffff";
padding=3;
}

// Main Menu

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="1%";
menualign="center";
menuwidth="100%";
orientation="horizontal";
style=ScrollingSampStyle;
aI("showmenu=Menschen;text=Menschen;");
aI("showmenu=Natur;text=Natur;");
aI("showmenu=Reisen;text=Reisen;");
aI("showmenu=Astro;text=Astro;");
aI("text=Abstraktes;url=frame_abstraktes.htm;");
}

// Level 1

with(milonic=new menuname("Menschen")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Studio;url=frame_studio.htm;")
aI("text=Outdoor;url=frame_outdoor.htm;")
aI("text=Dessous;url=frame_dessous.htm;")
aI("text=Babybauch;url=frame_babybauch.htm;")
aI("showmenu=Events;text=Events;");
}

with(milonic=new menuname("Natur")){
style=ScrollingSampStyle;
aI("text=Der Himmel;url=frame_himmel.htm;");
aI("text=Der Herbst;url=frame_herbst.htm;");
aI("text=Der Winter;url=frame_winter.htm;");
aI("showmenu=Pflanzen und Tiere;text=Pflanzen und Tiere;");
}

with(milonic=new menuname("Reisen")){
style=ScrollingSampStyle;
aI("text=Kolumbien;url=frame_kolumbien.htm;");
aI("text=Türkei;url=frame_tuerkei.htm;");
aI("showmenu=Timisoara;text=Timisoara;");
//aI("text=Sonstige Reisen;url=frame_reisen.htm;");
}

with(milonic=new menuname("Astro")){
style=ScrollingSampStyle;
aI("text=Mond;url=frame_mond.htm;");
aI("text=Unser Sonnensystem;url=frame_planeten.htm;");
aI("text=Sternaufnahmen;url=frame_sterne.htm;");
}

// Level 2

with(milonic=new menuname("Events")){
style=ScrollingSampStyle;
// aI("text=Hochzeiten;url=frame_hochzeit.htm;");
aI("text=Hochzeit;url=frame_hochzeit.htm;");
aI("text=Messen / Partys;url=frame_party.htm;");
aI("text=Sport;url=frame_sport.htm;");
}

with(milonic=new menuname("Timisoara")){
style=ScrollingSampStyle;
aI("text=Die Stadt;url=frame_timisoara.htm;");
aI("text=Jüdischer Friedhof;url=frame_friedhof.htm;");
}

with(milonic=new menuname("Pflanzen und Tiere")){
style=ScrollingSampStyle;
aI("text=Tiere und Pflanzen;url=frame_natur.htm;");
aI("text=Nora;url=frame_nora.htm;");
}

drawMenus();
