_menuCloseDelay=1000          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0              // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // 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(MapSample=new mm_style()){
onbgcolor="#00CC00";
oncolor="#336600";
offbgcolor="#00CC00";
offcolor="#FFFFFF";
bordercolor="#336600";
borderstyle="solid";
borderwidth=2;
padding=6;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial,Verdana,Tahoma,Helvetica,sans-serif";
pagecolor="#336600";
pagebgcolor="#00CC00";
headercolor="#336600";
headerbgcolor="#ffffff";
}

with(milonic=new menuname("invitation")){
style=MapSample;
borderwidth=1;
aI("text=EINLADUNG;url=invitation.php;");
aI("text=ANFAHRT;url=route.php;");
aI("text=UNTERKUNFT;url=accomodation.php;");
aI("text=TRAINING;url=training.php;");
}

with(milonic=new menuname("information")){
style=MapSample;
borderwidth=1;
aI("text=UNTERKUNFT;url=accomodation.php;");
aI("text=STRECKENDATEN;url=distance.php;");
aI("text=KARTE;url=map.php;");
aI("text=TRAINING;url=training.php;");
aI("text=FOTOS;url=pictures.php;")
}

with(milonic=new menuname("entry")){
style=MapSample;
borderwidth=1;
aI("text=STARTLISTE nach Verein;url=http://www.oefol.at/anne/files/uploaded/event_72_20070413_StartlistenachVereine.html;target=_blank;");
aI("text=STARTLISTE nach Kategorie;url=http://www.oefol.at/anne/files/uploaded/event_72_20070413_StartlistenachKategorien.html;target=_blank;");
aI("text=KONTAKT;url=contact.php;");
}

with(milonic=new menuname("results")){
style=MapSample;
borderwidth=1;
aI("text=ALLE;url=results.php;");
aI("text=FOTOS;url=pictures.php;");

}

drawMenus();
