istGruppo_themeScript.myUtility.closePopup=function(){if(this.isPopupRefresh){window.location.href=window.location.href}else{var a;if(this.popupId=="dialogFeedbackPopupChiudi"){a=document.getElementById("istGruppo-topClearing-popupContent");a.style.display="none";a=document.getElementById("istGruppo-topClearing-popup");a.style.display="none";window.location.reload()}else{if(navigator.userAgent.indexOf("MSIE")>=0){document.getElementsByTagName("html")[0].style.overflow="auto"}else{document.getElementsByTagName("body")[0].style.overflow="auto"}this.isPopupOpen=false;a=document.getElementById("istGruppo-topClearing-popupContent");a.style.display="none";a=document.getElementById("istGruppo-topClearing-popup");a.style.display="none";a=document.getElementById("istGruppo-topClearing-popupContentHtml");if(this.popupId){document.getElementById(this.popupId).innerHTML=a.innerHTML}a.innerHTML=""}}};
