function scbg(objRef, state) { objRef.style.backgroundColor = (1 == state) ? '#E3E1C3' : ''; return; } function popup(url, iWidth, iHeight) { // alert(url); window.open(url, "mywindow", "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550"); //window.open( url,"Student Information" , 'toolbar=yes,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=700') ; return false; }