// hide loading
function HideDiv(div){
 document.getElementById(div).style.display = "none";
}
