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(menuStyle=new mm_style()){
styleid=1;
//fontfamily="Verdana, Tahoma, Arial";
fontfamily="Comic Sans MS, Verdana, Tahoma, Arial";
fontsize="12pt";
// fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#ffffff";
oncolor="#ffffff";
outfilter="fade(duration=0.5)";
pagecolor="black";
rawcss="padding-top:4px;padding-bottom:1px";
separatorcolor="#FFFFFF";
separatorheight=12;
separatorsize=1;
}

with(submenuStyle=new mm_style()){
bordercolor="#CDCDCD";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offbgcolor="#ffff00";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#747A75";
outfilter="fade(duration=0.5)";
padding=5;
pagecolor="black";
subimage="9x6_rightbend_grey.gif";
subimagepadding=8;
}

/*  !!!! main menu is embedded !!!!
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=30;
itemwidth=126;
orientation="horizontal";
left=10;
style=menuStyle;
top=120;
aI("align=center;bgimage=itemmax.gif;overbgimage=itemmax_on.gif;text=Home;url=index.php?goto=home;");
aI("align=center;bgimage=itemmax.gif;overbgimage=itemmax_on.gif;text=News;url=index.php?goto=news;");
aI("align=center;bgimage=itemmax.gif;overbgimage=itemmax_on.gif;text=Team;url=index.php?goto=team;");
aI("align=center;bgimage=itemmax.gif;overbgimage=itemmax_on.gif;showmenu=Ergebnisse;text=Ergebnisse;");
aI("align=center;bgimage=itemmax.gif;overbgimage=itemmax_on.gif;text=Fotos;url=index.php?goto=fotos;");
aI("align=center;bgimage=itemmax.gif;overbgimage=itemmax_on.gif;showmenu=Kartfahren;text=Kartfahren;");
aI("align=center;bgimage=itemmax.gif;overbgimage=itemmax_on.gif;text=Forum;url=index.php?goto=forum;");
aI("align=center;bgimage=itemmax.gif;overbgimage=itemmax_on.gif;text=Gästebuch;url=index.php?goto=gaestebuch;");
}
*/

with(milonic=new menuname("Ergebnisse")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Meisterschaft;url=index.php?goto=meisterschaft;");
aI("text=Meisterschaftsmodus;url=index.php?goto=meisterschaftsmodus;");
aI("text=Rennergebnisse;url=index.php?goto=rennergebnisse;");
aI("text=Schnellste Runden;url=index.php?goto=schnellste_runde;");
aI("text=Rennberichte;url=index.php?goto=rennberichte;");
}

with(milonic=new menuname("Kartfahren")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Allgemeine Tipps;url=index.php?goto=allgemein;");
aI("text=Kottingbrunn alt;url=index.php?goto=strecke_alt;");
aI("text=Kottingbrunn neu;url=index.php?goto=strecke_neu;");
aI("text=Kottingbrunn ganz neu;url=index.php?goto=strecke2008;");
}

with(milonic=new menuname("Community")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Gästebuch;url=index.php?goto=gaestebuch;");
aI("text=Forum;url=index.php?goto=forum;");
aI("text=Chat;url=index.php?goto=chat;");
}

drawMenus();


