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;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="menu/blackdots.gif";
imagepadding=6;
offbgcolor="#4B4845";
offcolor="#ffffff";
onbgcolor="#7B7671";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
overimage="menu/whitedots.gif";
padding=6;
pagebgcolor="#4B4845";
pagecolor="white";
separatorcolor="#ffffff";
separatorsize=1;
subimage="menu/arrow.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#C1BBBE";
offcolor="#ffffff";
onbgcolor="#65615C";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#C1BBBE";
pagecolor="black";
separatorcolor="#65615C";
separatorsize=1;
subimage="menu/arrow.gif";
subimagepadding=2;
itemwidth=90;
}

with(lt=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
menuwidth=600;
itemwidth=120;
orientation="horizontal";
style=menuStyle;
top=83;
aI("text=Home;url=http://www.rrc-highflyers.ch;");
aI("showmenu=der Club;text=der Club;");
aI("showmenu=Foto Gallery;text=Foto Gallery;");
aI("showmenu=Links;text=Links;");
aI("showmenu=Kontakt;text=Kontakt;");
}

with(lt=new menuname("der Club")){
margin=7;
style=submenuStyle;
aI("text=über uns;url=ueberuns.html;");
aI("text=Vorstand;url=vorstand09.html;");
aI("text=Training;url=training.html;");
aI("text=Termine;url=termine.html;");
aI("text=Statuten;url=statuten.html;");
aI("text=Vermietung;url=vermietung.html;");
}

with(lt=new menuname("Foto Gallery")){
margin=7;
style=submenuStyle;
aI("text=1.Seite;url=fotoseite1_09.html;");
aI("text=2.Seite;url=fotoseite2_09.html;");
}

with(lt=new menuname("Links")){
margin=7;
style=submenuStyle;
aI("text=Linksammlung;url=links.html;");
}

with(lt=new menuname("Kontakt")){
margin=7;
style=submenuStyle;
aI("text=Kontakt;url=kontakt.asp;");
}


drawMenus();


