_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=http://www.oefol.at/wettkaempfe/2009/oems_schulen.pdf;");
aI("text=STARTSEITE;url=http://tvff.at/Veranstaltungen/OL/BUNDES09/;");
}

with(milonic=new menuname("information")){
style=MapSample;
borderwidth=1;
aI("text=LÄUFERINFO;url=http://tvff.at/Veranstaltungen/OL/BUNDES09/OEMSchulen_Laeuferinfo_12-10-2009.pdf;target=_blank;");
aI("text=STRECKENDATEN;url=distance.php;");
aI("text=KARTE;url=map.php;");
aI("text=ÜBERSICHTSPLAN;url=uebersicht.php;");
aI("text=FOTOS;url=http://picasaweb.google.com/Turnverein.Fuerstenfeld/BundesSchulMS2009?feat=directlink;target=_blank;")
}

with(milonic=new menuname("entry")){
style=MapSample;
borderwidth=1;
//aI("text=MELDUNGEN KATEGORIEN;url=http://www.tvff.at/Veranstaltungen/OL/BUNDES09/nennliste-kat.html;target=_blank;");
aI("text=MELDUNGEN SCHULE;url=http://www.tvff.at/Veranstaltungen/OL/BUNDES09/Meldungen.html;target=_blank;");
//aI("text=ANNE;url=anne.php;");
aI("text=STARTLISTE nach Kategorie;url=http://www.tvff.at/Veranstaltungen/OL/BUNDES09/StartlisteKategorie.html;target=_blank;");
aI("text=STARTLISTE nach Schule;url=http://www.tvff.at/Veranstaltungen/OL/BUNDES09/StartlisteSchule.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=http://picasaweb.google.de/Turnverein.Fuerstenfeld;");

}

drawMenus();
