menu=new Array();
menu[1]="<a href=2010.zima/wybor.index.html>> &nbsp zima 2009/10</a>";
menu[2]="<a href=2010.wiosna/rower.index.html>> &nbsp wiosna 2010</a>";
menu[3]="<a href=2010.lato/rower.index.html>> &nbsp lato 2010</a>";
menu[4]="<a href=2010.jesien/rower.index.html>> &nbsp jesień 2010</a>";
menu[5]="<a href=2010.zima/obozy.treningowe.index.html>> &nbsp obozy treningowe '10</a>";


for (i=1; i<menu.length; i++){
document.write(menu[i]+"<br>");
}
