_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100           // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="EEC9B2";
offbgcolor="";
offcolor="#ffffff";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="3";
padding=5;
fontsize="11px";
fontweight="";
fontfamily="Verdana, arial, Tahoma";
pagecolor="";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#000000";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=93))";
}

with(menuStyle2=new mm_style()){
onbgcolor="#BD6F69";
oncolor="#ffffff";
offbgcolor="#9D4942";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=2;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, arial, Tahoma";
pagecolor="";
pagebgcolor="";
headercolor="#6993CC";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100))";
}



with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=130;
left=20;
alwaysvisible=1;
orientation="horizontal";
position="relative";

aI("text=Home;url=../../seiten/de/a_278_Wilkommen_auf_der_Webseite_der_Bergkirche_Niedergruendau.htm;status=Home;");
aI("text=Bergkirche;url=../../seiten/de/a_121_Die_Bergkirche_Niedergruendau.htm;status=;");
aI("text=Orgel;showmenu=Orgel;status=;");
aI("text=Aktuelles;url=../../seiten/de/k_42_Aktuelles_katsort2.htm;status=Aktuelles;");
aI("text=Kulturausschuss;url=../../seiten/de/a_125_Kulturausschuss_Bergkirche_Niedergruendau.htm;status=;");
aI("text=Konzerte;showmenu=Konzerte;status=;");
aI("text=R&uuml;ckblick;showmenu=Rückblick;status=;");
aI("text=Anfahrt;url=../../seiten/de/a_126_Anfahrt.htm;status=;");
aI("text=Kartenvorverkauf;url=../../seiten/de/a_141_Kartenvorverkauf.htm;status=;");
aI("text=Kontakt;url=../../seiten/de/a_134_Kontakt.htm;status=;");
aI("text=Impressum;url=../../seiten/de/a_120_Impressum.htm;status=;");


}

with(milonic=new menuname("Orgel")){
style=menuStyle2;
overflow="scroll";
aI("text=Ratzmann-Orgel;url=../../seiten/de/k_49_Ratzmann-Orgel_sub_katsort2.htm;status=;");
aI("text=F&ouml;rderverein;url=../../seiten/de/a_129_Foerderverein_Ratzmann_Orgel.htm;status=;");
}

with(milonic=new menuname("Konzerte")){
style=menuStyle2;
overflow="scroll";
aI("text=2010;url=../../seiten/de/k_64_Konzerte_in_2010_sub_katsort0.htm;status=;");
aI("text=Anfragen;url=../../seiten/de/a_151_Anfragen.htm;status=;");
aI("text=Umfrage;url=../../seiten/de/a_157_Umfrage.htm;status=;");
}

with(milonic=new menuname("Rückblick")){
style=menuStyle2;
overflow="scroll";
aI("text=2004;url=../../seiten/de/k_63_Rueckblick_2004_katsort0.htm;status=;");
aI("text=2005;url=../../seiten/de/k_62_Rueckblick_2005_katsort0.htm;status=;");
aI("text=2006;url=../../seiten/de/k_61_Rueckblick_2006_katsort0.htm;status=;");
aI("text=2007;url=../../seiten/de/k_60_Rueckblick_2007_katsort0.htm;status=;");
aI("text=2008;url=../../seiten/de/k_58_Rueckblick_2008_katsort0.htm;status=;");
aI("text=2009;url=../../seiten/de/k_59_Rueckblick_2009_katsort0.htm;status=;");
}





drawMenus();

