questo è lo script:

<script language="JavaScript" type="text/JavaScript">
<!--
function testa(theForm) {
if (theForm.destinatario.checked == false || theForm.nome.value == "" || theForm.titolo.value == "" || theForm.messaggio.value == "" )
{
alert ('Attenzione hai tralasciato alcuni campi obbligatori!!');
return false;
} else {
return true;
}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>

funziona tutto tranne che nel primo caso che è un radio!!

mi potete spiegare?

grazie!