function showLoading(){ document.getElementById("divLoading").style.visibility = "visible"; } function hideLoading(){ document.getElementById("divLoading").style.visibility = "hidden"; }