function errorjs() {
document.getElementById("jserror").style.display="none";

}
window.onload = function() {
       errorjs();
}

