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="#000000";
offcolor="#666666";
onbgcolor="#000000";
oncolor="#ffffff";
padding=3;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="1%";
menualign="center";
menuwidth="100%";
orientation="horizontal";
style=ScrollingSampStyle;
aI("text=Home;url=index.htm;");
aI("showmenu=Menschen;text=Menschen;");
aI("showmenu=Natur;text=Natur;");
aI("showmenu=Reisen;text=Reisen;");
aI("showmenu=Astro;text=Astro;");
aI("text=Abstraktes;url=abstraktes.htm;");
aI("text=Impressum;url=impressum.htm");
}



with(milonic=new menuname("Menschen")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Studio;url=studio.htm;")
aI("text=Outdoor;url=outdoor.htm;")
aI("text=Events;url=events.htm;")
}

with(milonic=new menuname("Natur")){
style=ScrollingSampStyle;
aI("text=Der Himmel;url=himmel.htm;");
aI("text=Der Herbst;url=herbst.htm;");
aI("text=Der Winter;url=winter.htm;");
aI("text=Tiere und Pflanzen;url=natur.htm;");
}

with(milonic=new menuname("Reisen")){
style=ScrollingSampStyle;
aI("text=Kolumbien;url=kolumbien.htm;");
aI("text=Türkei;url=tuerkei.htm;");
aI("showmenu=Timisoara;text=Timisoara;");
aI("text=Sonstige Reisen;url=reisen.htm;");
}

with(milonic=new menuname("Astro")){
style=ScrollingSampStyle;
aI("text=Mond;url=mond.htm;");
aI("text=Sonne und Planeten;url=planeten.htm;");
aI("text=Sternaufnahmen;url=sterne.htm;");
}



with(milonic=new menuname("Timisoara")){
style=ScrollingSampStyle;
aI("text=Die Stadt;url=timisoara.htm;");
aI("text=Jüdischer Friedhof;url=friedhof.htm;");
}

drawMenus();