// JavaScript Document
with(milonic=new menuname("Main Menu")){
style=menuStyle1;
alwaysvisible=1;
orientation="Vertical";
position="relative";
itemwidth=150;
aI("text=Home;url=/index.php;status=Back To Home Page;");
aI("text=Vorstand;url=?do=Vorstand;status=Vorstand des LSV Wien;");
aI("text=Geschäftsstelle;url=?do=Geschaeftsstelle;status=Information der Geschäftstelle;");
aI("text=Sportkommissionen;showmenu=spko;status=Sportkommissionen;");
aI("text=Download;url=?do=Download;status=Download Sektion");
aI("text=Wettkampfregeln;url=?do=Wettkampfregeln;");
aI("text=Wr. Vereine;url=?do=Vereine;status=Vereine;");
aI("text=Foto Gallerie;url=?do=foto;status=Foto's;");
aI("text=Links;url=?do=links;status=Link Page;");
aI("text=Schulschwimmen;url=?do=schulschwimmen;status=Schulschwimmen;");
aI("text=Sektionen;type=header;");
aI("text=&nbsp;&nbsp;&nbsp;Schwimmen;url=/swim/index.php?do=main;");
aI("text=&nbsp;&nbsp;&nbsp;Wasserball;url=/waterpolo/index.php?do=main;");
aI("text=&nbsp;&nbsp;&nbsp;Springen;url=/highdiving/index.php?do=main;");
aI("text=&nbsp;&nbsp;&nbsp;Synchonschwimmen;url=/Synchron/index.php?do=main;");
aI("text=&nbsp;&nbsp;&nbsp;Masters;url=/index.php;");
}
drawMenus();
