


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#F9020D";
oncolor="#ffffff";
offbgcolor="#C50009";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontweight="normal";
fontfamily="Copperplate Gothic Bold, Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#DCDDDE";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=menutop;
menuwidth="100%";
menualign="center";
alwaysvisible=1;
followscroll="1";
orientation="horizontal";
aI("text=Start;url=start.php;");
aI("text=Kapelle;showmenu=band;");
aI("text=Neues;url=news.php;");
aI("text=Muggen;url=tourdaten.php;");
aI("text=Geschichte;showmenu=history;");
aI("text=Bilder;url=bilder.php;");
aI("text=Film ab;url=film.php;");
aI("text=Hörprobe;url=soundcheck.php;");
aI("text=Texte;url=lyrics.php;");
aI("text=Zu Besuch;url=visit.php;");
aI("text=Konsum;url=fanartikel.php;");
aI("text=Freunde;url=links.php;");
aI("text=Grußbuch;url=gaestebuch.php");
aI("text=Presse;url=presse.php;");
aI("text=Kontakt;url=kontakt.php;");
}

with(milonic=new menuname("band")){
style=menuStyle;
aI("text=Marcus Nitzsche;url=marcus_nitzsche.php;");
aI("text=Hartmut Dubielczyk;url=hartmut_dubielczyk.php;");
//aI("text=Frank Eckhard;url=frank_eckhard.html;");
aI("text=Mario Pollmer;url=mario_pollmer.php;");
aI("text=Rüdiger Krauße;url=ruediger_krausse.php;");
aI("text=Olaf Zippel (Gast);url=olaf_zippel.php;");
aI("text=Doris Krauße (Gast);url=doris_krausse.php;");
}

with(milonic=new menuname("history")){
style=menuStyle;
aI("text=Anekdoten;url=stories.php;");
aI("text=Bandgeschichte;url=bandgeschichte.php;");
}

drawMenus();


