document.write('<br>');
document.write('<select name="prova"');


document.write('onChange="if(this.options[1].selected) window.location=\'../archivio/ris956.htm\';');
document.write('else if(this.options[2].selected) window.location=\'../archivio/ris967.htm\';');
document.write('else if(this.options[3].selected) window.location=\'../archivio/cal9798.htm\';');
document.write('else if(this.options[4].selected) window.location=\'../archivio/cal9899.htm\';');
document.write('else if(this.options[5].selected) window.location=\'../cal9900.htm\';');
document.write('else if(this.options[6].selected) window.location=\'../cal0001.htm\';');
document.write('else if(this.options[7].selected) window.location=\'../cal0102.htm\';');
document.write('else if(this.options[8].selected) window.location=\'../cal0203.htm\';');
document.write('else if(this.options[9].selected) window.location=\'../cal0304.htm\';');
document.write('else if(this.options[10].selected) window.location=\'../cal0405.htm\';');
document.write('else if(this.options[11].selected) window.location=\'../cal0506.htm\';');
document.write('else if(this.options[12].selected) window.location=\'../cal0607.htm\';');
document.write('else if(this.options[13].selected) window.location=\'../cal0708.htm\';');
document.write('else if(this.options[14].selected) window.location=\'../0809/campionato.htm\';');
document.write('else if(this.options[15].selected) window.location=\'../0910/campionato.htm\';');
document.write('else if(this.options[16].selected) window.location=\'../1011/campionato.htm\';');

document.write('">');
document.write('<option value="0">Scegli/Choose </option>');
document.write('<option value="1">1995/1996</option>');
document.write('<option value="2">1996/1997</option>');
document.write('<option value="3">1997/1998</option>');
document.write('<option value="4">1998/1999</option>');
document.write('<option value="5">1999/2000</option>');
document.write('<option value="6">2000/2001</option>');
document.write('<option value="7">2001/2002</option>');
document.write('<option value="8">2002/2003</option>');
document.write('<option value="9">2003/2004</option>');
document.write('<option value="10">2004/2005</option>');
document.write('<option value="11">2005/2006</option>');
document.write('<option value="12">2006/2007</option>');
document.write('<option value="13">2007/2008</option>');
document.write('<option value="14">2008/2009</option>');
document.write('<option value="15">2009/2010</option>');
document.write('<option value="16">2010/2011</option>');

document.write('</select>');

