function toggle(b){var a=document.getElementById(b);if(a.style.display!=""){a.style.display=""}else{a.style.display="none"}}function CheckAllDataGridCheckBoxes(a,b){re=new RegExp(a+"$");for(i=0;i<document.forms[0].elements.length;i++){elm=document.forms[0].elements[i];if(elm.type=="checkbox"){if(re.test(elm.name)){elm.checked=b}}}}function fOpenChat(b,a){window.open(b,a,"top=10,left=0,navigationbar=0,scrollbars=0,menubar=0,toolbar=0,statusbar=0,location=0,resizable=0,width=730,height=600")};