var style = document.getElementById("loading").style;     
style.display = style.display == "none"? "block" : "none";

