


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
oncolor="#000000";
offcolor="#FFF7EF";
onbgcolor="#FFAE84";
offbgcolor="#F77921";
bordercolor="#000000";
borderstyle="solid";
separatorcolor="#fff7ef";
separatorsize="1";
padding=1;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
position="relative";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(submenuStyle=new mm_style()){
oncolor="#000000";
offcolor="#000000";
offbgcolor="#FFAE84";
onbgcolor="#FFF7EF";
bordercolor="";
borderstyle="solid";
separatorcolor="#fff7ef";
separatorsize="1";
padding=4;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="./icons/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
style=menuStyle;
itemwidth=166;
top=162;
left=10;
padding=1;
orientation="horizontal";
position="relative";
aI("text=&nbsp;Home;url=index.php;");
aI("text=&nbsp;Über uns;url=ueberuns.htm;showmenu=ueber_uns;");
aI("text=&nbsp;Programm;url=programm.php;");
aI("text=&nbsp;Spielgruppen;url=spielgruppen.php;");
aI("text=&nbsp;Veranstaltungen;showmenu=veranstaltungen;");
aI("text=&nbsp;Links;url=links.htm;");

}

with(milonic=new menuname("ueber_uns")){
style=submenuStyle;
top=55;
aI("text=Geschichte;url=geschichte.htm;");
aI("text=Jubiläum 2003;url=jubilaeum.htm;");
aI("text=Impressum;url=impressum.php;");
aI("text=Kontakt;url=kontakt.htm;");
aI("text=Vorstand;url=vorstand.php;");

}

with(milonic=new menuname("aktuell")){
style=submenuStyle;
top=143;
aI("text=Programm;url=programm.php;");

}

with(milonic=new menuname("veranstaltungen")){
style=submenuStyle;
top=55;
aI("text=Studienfahrt Südtirol 2008;url=studienfahrten.htm;");
aI("text=Friedensgebet 2007;url=frieden.htm;");
aI("text=Fahrradtouren;url=fahrradtouren.php;");
aI("text=Wanderungen;url=wanderungen.php;");
aI("text=Rückblick;url=rueckblick.php;");
}
with(milonic=new menuname("aktionen")){
style=submenuStyle;
top=36;
left=733;
aI("text=Apfelfest;url=apfelfest.htm;");
aI("text=Porzellanbasar;url=aktionen.htm;");

}
with(milonic=new menuname("spielgruppen")){
style=submenuStyle;
top=36;
left=733;
aI("text=Apfelfest;url=apfelfest.htm;");
aI("text=Porzellanbasar;url=aktionen.htm;");

}

drawMenus();
