 function enableRadio(rdId)
 {
     //alert(rdId);
     document.getElementById(rdId).disabled=false;
 }
