
 function makeChecked(thisRadio) {  
  document.forms[0].elements[thisRadio].checked = true;
 }

