function setradioOption(id){ 
document.getElementById(id).checked = true; 
} 