_menuCloseDelay=200;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#E3001B";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Times";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#E3001B";
offbgcolor="#E3001B";
offcolor="#ffffff";
onbgcolor="#E3001B";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);//Shadow(color=#E3001B', Direction=135, Strength=5)";
padding=6;
pagebgcolor="#E3001B";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
//subimage="";
subimagepadding=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="left";
left="offset=200";
orientation="horizontal";
style=menuStyle;
top=70;
aI("fontsize=11px;onfunction=showtip('');showmenu=news;text=News");
aI("text=Zeitung;url=../pages/index.php?maininc=main-zeitung.php;");
aI("fontsize=11px;onfunction=showtip('');showmenu=partei;text=Partei;");
aI("fontsize=11px;fontstyle=bold;onfunction=showtip('');showmenu=team;text=Team;");
aI("fontsize=11px;onfunction=showtip('Changing the size of text is done with the<br>menu item property: <b>fontsize</b>');showmenu=links;text=Links;");
aI("fontsize=11px;onfunction=showtip('Changing the mousepointer is done with the <b>pointer</b> property');showmenu=kontakt;text=Kontakt;url=../pages/index.php?maininc=main-kontakt.php;");
aI("fontsize=11px;onfunction=showtip('Bold and Italic is done by setting<br><b>fontweight=bold</b> and <b>fontstyle=italic</b>');showmenu=home;text=Home;url=../pages/index.php;");

}

with(milonic=new menuname("partei")){
overflow="scroll";
style=menuStyle;
aI("text=Ziele;url=../pages/index.php?maininc=main-uns.php;onfunction=showtip('Ziele');")
aI("text=Chronik;url=../pages/index.php?maininc=main-chronik.php&from=1941;onfunction=showtip('Chronik');")
}

with(milonic=new menuname("team")){
style=menuStyle;
//aI("text=Struktur;url=pages/news.html;");
aI("onfunction=showtip('');showmenu=stadtpartei;text=Stadtpartei;");
aI("onfunction=showtip('');showmenu=gemeinderat;text=Gemeinderatsfraktion;");
}

with(milonic=new menuname("news")){
style=menuStyle;

aI("text=Aktuelle Meldungen;url=../pages/index.php?maininc=main-news.php;");
<!--aI("text=Bildergalerie;url=../pages/index.php?maininc=main-galerie.php;");-->
aI("text=Archiv;url=../pages/index.php?maininc=main-archiv.php;");
}


with(milonic=new menuname("links")){
style=menuStyle;
aI("text=Partner;url=../pages/index.php?maininc=main-partner.php;");
aI("text=Interessantes;url=../pages/index.php?maininc=main-interessantes.php;");

}

with(milonic=new menuname("kontakt")){
style=menuStyle;
//aI("text=Gesch&auml;ftsbereiche;url=pages/gbereiche.html;");
//aI("text=Standorte;url=pages/standorte.html;");
//aI("text=Philosophie;url=pages/philo.html;");
}

with(milonic=new menuname("home")){
style=menuStyle;
}

with(milonic=new menuname("stadtpartei")){
style=menuStyle;
aI("text=Vorstand;url=../pages/index.php?maininc=main-vorstand.php&teamcat=1;");
aI("text=Befreundete Organisationen;url=../pages/index.php?maininc=main-beforganistionen.php;");
}

with(milonic=new menuname("gemeinderat")){
style=menuStyle;
aI("text=Stadtr&auml;te;url=../pages/index.php?maininc=main-vorstand.php&teamcat=3;");
aI("text=Ordentliche Mitglieder;url=../pages/index.php?maininc=main-vorstand.php&teamcat=4;");
aI("text=Ersatzmitglieder;url=../pages/index.php?maininc=main-vorstand.php&teamcat=5;");
}
drawMenus();


