function setTheWidth(){var b=document.getElementById("footerWidth");var d=document.getElementById("footerLinkBox");if(b!=null&&d!=null&&document.getElementById("shellHeaderWidth")!=null){if(document.body.clientWidth>=1200){document.getElementById("shellHeaderWidth").style.width="1200px";b.style.width="1200px";d.style.width="742px"}else{document.getElementById("shellHeaderWidth").style.width="990px";b.style.width="990px";d.style.width="532px"}}if(document.getElementById("ccPopUpBtn")!=null){var a=jQuery(".cirqueClubPopUp").width();var f=0;var e=jQuery("div.cirqueClubButton").offset();var c=jQuery("div.cirqueClubButton").width();jQuery(".cirqueClubPopUpBtn").css("top",(e.top)+"px").css("left",(e.left)+"px").css("width",(c)+"px");jQuery(".cirqueClubPopUp").css("top",(e.top-f)+"px").css("left",(e.left-a+c)+"px");jQuery(".cirqueClubCloser").click(function(){jQuery(".cirqueClubPopUpBtn").fadeOut("fast");jQuery(".cirqueClubPopUp").fadeOut("fast")})}if(document.getElementById("ccPopUpBtn")!=null){var a=jQuery(".logoPopUp").width();var f=0;var e=jQuery("div.logoButton").offset();var c=jQuery("div.logoButton").width();jQuery(".logoPopUp").css("top",(e.top-f)+"px").css("left",(e.left-a+c)+"px");jQuery(".logoCloser").click(function(){})}};
