var Signup={Dom:{},Submitted:false,Load:function(){if(this.Submitted){$("SignupBox").style.display="block";$("SignupBox").style.height="auto";var A=YAHOO.util.Dom.getY("SignupBox");window.scroll(0,A);$(this.Dom.txtAgentId).focus()}},ActivateFreeSignup:function(){$("SignupBox").style.display="block";var A=new YAHOO.util.Anim("SignupBox",{height:{from:0,to:330}},0.5,YAHOO.util.Easing.easeIn);A.onTween.subscribe(function(){window.scroll(0,YAHOO.util.Dom.getDocumentHeight()-YAHOO.util.Dom.getViewportHeight())});A.onComplete.subscribe(function(){$(this.Dom.txtAgentId).focus()}.bind(this));A.animate()},FixPng:function(A){if(A.srcElement){A=A.srcElement}if(window.navigator.userAgent.indexOf("MSIE 6.0")==-1||A.src.include("spacer.gif")){return }A.style.backgroundImage="none";A.style.filter='progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="image", src="'+A.src+'")';A.src="http://"+ConfigVars.assetsHost+"/images/ui/spacer.gif"},VerifySupportForm:function(){var D=$(Signup.Dom.txtFormEmail);var B=$(Signup.Dom.txtSubject);var C=$(Signup.Dom.txtMessage);var A=$(Signup.Dom.txtFormPhoneNumber);if(D.value==""&&A.value==""){alert("You must enter an Email Address or Phone Number so we can get back to you.");D.focus();return false}return true},VerifyAccountDelete:function(){return confirm("Are you sure you want to Delete this account?")},VerifyAccountSuspend:function(){return confirm("Are you sure you want to Suspend this account?")}};YAHOO.util.Event.addListener(window,"load",Signup.Load,Signup,true);