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