1:
document.myFormName.myRadioName[0].checked = false;
1: 2:
var myVariable = 'myRadioName'; document.myFormName.eval(myVariable)[0].checked = false.