così:

codice:
 var ok=false;
 var r=document.nomeform.nomeradio;
 for (var i=0; i<r.length; i++) if (r[i].checked) ok=true;
 return ok;
ciao