﻿
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="444444";
oncolor="#ffffff";
offbgcolor="#4f4f4f";
offcolor="#ffffff";
padding=2;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#AA4200";
}

with(menuStyle2=new mm_style()){
onbgcolor="444444";
oncolor="#ffffff";
offbgcolor="#4f4f4f";
offcolor="#ffffff";
padding=3;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#AA4200";
}

with(milonic=new menuname("Main Menu")){
screenposition="center;middle"; 
top="offset=-114"
left="offset=-5"
style=menuStyle;
alwaysvisible=1;
itemwidth=60;
orientation="horizontal";
aI("text=JAM;showmenu=JAM;itemwidth=35;align=center;itemheight=17;");
aI("text=VEREIN;showmenu=VEREIN;itemwidth=48;align=center;itemheight=17;");
aI("text=LOCATION;url=location.html;itemwidth=70;align=center;itemheight=17;");
aI("text=MEDIA;showmenu=MEDIA;itemwidth=46;align=center;itemheight=17;");
aI("text=MITGLIEDSCHAFT;url=verein_anmeldung.html;itemwidth=102;align=center;itemheight=17;");
aI("text=DONATION&middot;SPENDE;url=verein_donation.html;itemwidth=116;align=center;itemheight=17;");
aI("text=SPONSOREN&middot;LINKS;showmenu=SPONSOREN_LINKS;itemwidth=114;align=center;itemheight=17;");
aI("text=KONTAKT;url=verein_team.html;itemwidth=60;align=center;itemheight=17;");
}

with(milonic=new menuname("JAM")){
style=menuStyle2;
aI("text=&nbsp;Aktuell&nbsp;;url=jam.php?page=0;");
aI("text=&nbsp;Vorschau&nbsp;;url=jam.php?page=1;");
aI("text=&nbsp;Archiv&nbsp;;url=archiv.php;");
}

with(milonic=new menuname("VEREIN")){
style=menuStyle2;
aI("text=&nbsp;Idee&nbsp;;url=verein_idee.html;");
aI("text=&nbsp;Geschichte&nbsp;;url=verein_geschichte.html;");
aI("text=&nbsp;Mitgliedschaft&nbsp;;url=verein_anmeldung.html;");
aI("text=&nbsp;Donation&nbsp;/&nbsp;Spende&nbsp;;url=verein_donation.html;");
aI("text=&nbsp;Statuten&nbsp;;url=vereinsstatuten.pdf;target=_blank;");
aI("text=&nbsp;Team&nbsp;;url=verein_team.html;");
}

with(milonic=new menuname("MEDIA")){
style=menuStyle2;
aI("text=&nbsp;Live&nbsp;/&nbsp;Podcast&nbsp;;url=media_radio.html;");
aI("text=&nbsp;Galerie&nbsp;;url=gallery.php;");
aI("text=&nbsp;Newsletter&nbsp;;url=newsletter/;");
aI("text=&nbsp;Quotes&nbsp;;url=media_quotes.html;");
aI("text=&nbsp;Presse&nbsp;;url=media_presse.html;");
aI("text=&nbsp;Impressum&nbsp;;url=media_impressum.html;");
}

with(milonic=new menuname("SPONSOREN_LINKS")){
style=menuStyle2;
aI("text=&nbsp;Klubs&nbsp;;url=links.php?links=0;");
aI("text=&nbsp;Musiker&nbsp;;url=links.php?links=1;");
aI("text=&nbsp;Bands&nbsp;;url=links.php?links=2;");
aI("text=&nbsp;Musikindustrie&nbsp;showmenu=LINKS_MUSIKINDUSTRIE;itemwidth=92;;;");
aI("text=&nbsp;Partner&nbsp;;url=links.php?links=11;");
aI("text=&nbsp;Sponsoren&nbsp;;url=sponsoren.html;");
}

with(milonic=new menuname("LINKS_MUSIKINDUSTRIE")){
style=menuStyle2;
aI("text=&nbsp;K&uuml;nstleragenturen&nbsp;;url=links.php?links=3;");
aI("text=&nbsp;Record Labels;;url=links.php?links=4;");
aI("text=&nbsp;Media&nbsp;;url=links.php?links=5;");
aI("text=&nbsp;Musikgesch&auml;fte&nbsp;/&nbsp;Zubeh&ouml;r&nbsp;;url=links.php?links=6;");
aI("text=&nbsp;Musikervereinigungen&nbsp;;url=links.php?links=7;");
aI("text=&nbsp;Schulen&nbsp;;url=links.php?links=8;");
aI("text=&nbsp;Engineering&nbsp;;url=links.php?links=9;");
aI("text=&nbsp;Eventtechnik&nbsp;;url=links.php?links=10;");
}

drawMenus();
