document.forms[0].Comments.disabled=true
var rbs = document.forms[0].elements['DepStatus']; for (i=0 ; rbs.length; i++ ) { rbs[i].disabled = true; }