_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle1=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ff0000";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#003300";
onbgcolor="#009900";
oncolor="#ffffff";
onsubimage="arrow_down.gif";
padding=4;
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;
subimage="arrow_down.gif";
subimagepadding=6;
screenposition ="center";

}



with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="10pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#003300";
onbgcolor="#009900";
oncolor="#ffffff";
onsubimage="black_7x7.gif";
padding=4;
pagecolor="black";
subimage="black_7x7.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=120;
screenposition="center";
align="center";
orientation="horizontal";
style=menuStyle1;

aI("showmenu=docp;status=Über Uns;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Über Uns&nbsp;&nbsp;&nbsp;;");
aI("showmenu=galerie;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fotogalerie&nbsp;&nbsp;&nbsp;&nbsp;");
aI("showmenu=flohmarkt;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Flohmarkt&nbsp;&nbsp;&nbsp;");
aI("showmenu=formulare;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Formulare&nbsp;&nbsp;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Gästebuch&nbsp;&nbsp;&nbsp;&nbsp;;url=book.php");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Links&nbsp;&nbsp;&nbsp;&nbsp;;url=links.htm");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HOME&nbsp;&nbsp;&nbsp;&nbsp;;url=index.htm;");
}


with(milonic=new menuname("docp")){
margin=0;
style=submenuStyle;
aI("text=Clubgeschichte;url=ueber_uns_clubgeschichte.htm;");
aI("text=Vorstand;url=ueber_uns_vorstand.htm;");
aI("text=Mitglieder;url=ueber_uns_mitglieder.htm;");
aI("text=Termine;url=ueber_uns_termine.htm;");
aI("text=Clubartikel&nbsp;&nbsp;&nbsp;;url=ueber_uns_clubartikel.php;");
}


with(milonic=new menuname("galerie")){
margin=0;
style=submenuStyle;
aI("text=Fahrzeuge Clubmitglieder&nbsp;&nbsp;&nbsp;;url=foto_fahrzeuge.htm;");
aI("text=Veranstaltungen&nbsp;&nbsp;&nbsp;&nbsp;;url=foto_veranstaltungen.htm;");
}

with(milonic=new menuname("formulare")){
margin=0;
style=submenuStyle;
aI("text=Mitglied werden&nbsp;&nbsp;&nbsp;&nbsp;url=form_anmeldung.php;");
aI("text=Nennformular&nbsp;&nbsp;&nbsp;&nbsp;;url=form_nennung.php;");
}


with(milonic=new menuname("flohmarkt")){
margin=0;
style=submenuStyle;
aI("status=Hier finden sie alle Angebote zum Thema Traktore;text=Traktore&nbsp;&nbsp;&nbsp;;url=flohmarkt_traktore.php;");
aI("text=Automobile&nbsp;&nbsp;&nbsp;;url=flohmarkt_auto.php;");
aI("text=Motorräder;url=flohmarkt_motor.php;");
aI("text=Sonstiges;url=flohmarkt_sonstiges.php;");
}


drawMenus();

function openwin(theURL,winName,features) {
  window.open(theURL,winName,features);
}
