var isActive=false;this.cirqueClubBtn=function(){var a=jQuery(".cirqueClubPopUp").width();var b=0;jQuery("div.cirqueClubButton").click(function(){ClubPopup_OnClick();var d=jQuery(this).offset();var c=jQuery(this).width();jQuery(".logoPopUpBtn").fadeOut("fast");jQuery(".logoPopUp").fadeOut("fast");jQuery(".cirqueClubPopUpBtn").css("top",(d.top)+"px").css("left",(d.left)+"px").css("width",(c)+"px").fadeIn("fast");jQuery(".cirqueClubPopUp").css("top",(d.top-b)+"px").css("left",(d.left-a+c)+"px").fadeIn("fast");jQuery(".cirqueClubCloser").click(function(){jQuery(".cirqueClubPopUpBtn").fadeOut("fast");jQuery(".cirqueClubPopUp").fadeOut("fast")})})};this.logoBtn=function(){var a=jQuery(".logoPopUp").width();var b=0;jQuery("div.logoButton").click(function(){var d=jQuery(this).offset();var c=jQuery(this).width();jQuery(".cirqueClubPopUpBtn").fadeOut("fast");jQuery(".cirqueClubPopUp").fadeOut("fast");jQuery(".logoPopUpBtn").css("top",(d.top)+"px").css("left",(d.left)+"px").css("width",(c)+"px").fadeIn("fast");jQuery(".logoPopUp").css("top",(d.top-b)+"px").css("left",(d.left-a+c)+"px").fadeIn("fast");jQuery(".logoCloser").click(function(){jQuery(".logoPopUpBtn").fadeOut("fast");jQuery(".logoPopUp").fadeOut("fast")})})};function FillLoginText(b,a){var c=document.getElementById(a);if(c.value==""){c.value=b}}function ClearLoginText(b,a){var c=document.getElementById(a);if(c.value==b){c.value=""}}function FillPasswordText(){var b=document.getElementById("ConnectorPass");var a=document.getElementById("ConnectorPassword");if(a.value==""){a.style.display="none";b.style.display="block"}}function ClearPasswordText(){var b=document.getElementById("ConnectorPass");var a=document.getElementById("ConnectorPassword");b.style.display="none";a.style.display="block";a.focus()}function HandleKeyPress(b){var c=-1;var a=b?b:window.event;if(a.keyCode){c=a.keyCode}else{if(a.charCode){c=a.charCode}else{if(a.which){c=a.which}}}if(c==13){Login()}};
