prova cosi
codice:
function Radio(opt){
if(opt.checked)alert(opt.value)
}
<input type="radio" name="uno" onclick="Radio(this);" value="1" />