with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
itemheight=30;
itemwidth=126; //126; oder ="100%"
//menuwidth="100%"; //oder auskommentieren
orientation="horizontal";
style=menuStyle;
aI("align=center;bgimage=itemmax.gif;overbgimage=itemmax_on.gif;text=Home;url=index.php?goto=home;");
aI("align=center;bgimage=itemmax.gif;overbgimage=itemmax_on.gif;text=Termine;url=index.php?goto=termine;");
aI("align=center;bgimage=itemmax.gif;overbgimage=itemmax_on.gif;text=Team;url=index.php?goto=team;");
aI("align=center;bgimage=itemmax.gif;overbgimage=itemmax_on.gif;showmenu=Ergebnisse;text=Ergebnisse;");
aI("align=center;bgimage=itemmax.gif;overbgimage=itemmax_on.gif;text=Fotos;url=index.php?goto=fotos;");
aI("align=center;bgimage=itemmax.gif;overbgimage=itemmax_on.gif;showmenu=Kartfahren;text=Kartfahren;");
aI("align=center;bgimage=itemmax.gif;overbgimage=itemmax_on.gif;showmenu=Community;text=Community;");

}
drawMenus();

