document.getElementById("InlineGalleryLoading_177").className = ""; document.getElementById("InlineGalleryLoading_177").className = "Show1"; var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (xhttp.readyState == 4 && xhttp.status == 200) { document.getElementById("InlineGallery_177").className = ""; document.getElementById("InlineGallery_177").className = "Show1"; document.getElementById("InlineGallery_177").innerHTML = xhttp.responseText; document.getElementById("InlineGalleryLoading_177").className = ""; document.getElementById("InlineGalleryLoading_177").className = "Hide"; } }; xhttp.open("POST", "/News/ShowGallery.aspx?ID=177", true); xhttp.send(); function open_pop() { document.getElementById("InlineGalleryLoading_177").className = ""; document.getElementById("InlineGalleryLoading_177").className = "Show1"; var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (xhttp.readyState == 4 && xhttp.status == 200) { //document.getElementById("InlineGalleryPop_177").className = ""; //document.getElementById("InlineGalleryPop_177").className = "Show1"; document.getElementById("InlineGalleryPop_177").className = ""; document.getElementById("InlineGalleryPop_177").innerHTML = xhttp.responseText; document.getElementById("InlineGalleryPop_177").className = "PopShow"; document.getElementById("InlineGalleryLoading_177").className = ""; document.getElementById("InlineGalleryLoading_177").className = "Hide"; var element = document.getElementById("InlineGalleryPop_177"); function myFunction() { close_pop(); } element.onclick = myFunction; // Assigned } }; xhttp.open("POST", "/News/OpenPopup.aspx?ID=177", true); xhttp.send(); } function close_pop() { document.getElementById("InlineGalleryPop_177").className = ""; document.getElementById("InlineGalleryPop_177").className = "PopHide"; }