function Signup(){allNodes=$("SignupFormFull").serialize(true);z=Math.ceil(Math.random()*1000000);var a="ajax_randomatecreatedomain.asp?rnd="+z;var b=new Ajax.Request(a,{method:"post",parameters:allNodes,onComplete:SignupResponse})}function SignupResponse(a){bwize=a.responseText;$$(".modInputError").invoke("removeClassName","modInputError");$$("div.modInputErrorTxt").invoke("hide").invoke("update","");if(bwize!=0){if(bwize&2){$("Password1").addClassName("modInputError");$("Password2").addClassName("modInputError")}if(bwize&4){$("Password1").addClassName("modInputError");$("Alert_PW").insert({bottom:"Password cannot contain invalid characters. <br>Passwords must be between 6 - 20 characters long<br>"}).show()}if(bwize&8){$("Email").addClassName("modInputError");$("Alert_Email").insert({bottom:"The E-mail address you entered is invalid<br>"}).show()}if(bwize&16){$("Email").addClassName("modInputError");$("Alert_Email").insert({bottom:"The E-mail address you entered is already in use.  Please try another.<br>"}).show()}if(bwize&32){$("Domain_Name").addClassName("modInputError");$("Alert_Domain_Name").insert({bottom:"You must enter the name of the site that will host your application<br>"}).show()}if(bwize&64){$("Domain_URL").addClassName("modInputError");$("Alert_Domain_URL").insert({bottom:"You must enter your site's URL (starting with http://)<br>"}).show()}}if(bwize==0){document.location="install.asp"}}function doInstall(){$("Integrate_1").toggle();$("Integrate_2").toggle();$("Integrate_3").toggle();$("Integrate_4").toggle();$("Integrate_5").toggle();$("Integrate_6").toggle();$("Integrate_7").toggle();$("Integrate_8").toggle();$("Integrate_9").toggle();$("Integrate_10").toggle();$("Integrate_11").toggle();$("Integrate_12").toggle();$("Integrate_13").toggle();$("Integrate_14").toggle();$("Integrate_15").toggle()};