function spedisci()
{
for(i=0; i<this.document.forms[0].GRADIMENTO.length; i++)
{
if(this.document.forms[0].GRADIMENTO[i].checked)
break
}
if(i==6)
{
alert("Hai dimenticato di EFFETTUARE UNA SCELTA !")
return
}
comm = this.document.forms[0].COMMENTO.value
if(comm.length > 400)
{
alert("Il tuo commento è troppo lungo." + "\n" + "Abbrevialo o scrivici un'email.")
return
}
this.document.forms[0].URL.value=location
document.forms[0].submit()
}

function tutti(chi)
{
url = "../../atleti/" + chi + "x.jpg"
f = new Image()
f.src = url
if(confirm("Ingrandire la foto '" + chi + "' ?"))
{
ww = f.width + 22
hh = f.height + 25
win=open(url,"win","width=" + ww + ",height=" + hh +",scrollbars=no,resizable=no")
}
}

function carica()
{
ww = f.width + 22
hh = f.height + 25
win=open(url,"win","width=" + ww + ",height=" + hh +",scrollbars=no,resizable=no")
}
