function customJS_OnLoad() {
       var span = document.getElementById("tblRegister");
span.style.display = 'none';
}


