if(typeof Control_User_Reg == "undefined") Control_User_Reg={};
Control_User_Reg_class = function() {};
Object.extend(Control_User_Reg_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	BindData1: function() {
		return this.invoke("BindData1", {}, this.BindData1.getArguments().slice(0));
	},
	UserNameIsExists: function(userName) {
		return this.invoke("UserNameIsExists", {"userName":userName}, this.UserNameIsExists.getArguments().slice(1));
	},
	EmailIsExists: function(email) {
		return this.invoke("EmailIsExists", {"email":email}, this.EmailIsExists.getArguments().slice(1));
	},
	SaveData: function(name, sex, pwd1, pwd2, question, answer, strWebSiteName, strWebSiteURL, strWebSiteParentId, strWebSiteChildrenId, strTrueName, stremail, strUserTel, strUserMobile, strUserQQ, strUserMSN, strUserPostalCode, strBankName, strBankAccount, strBankUserName, strIdCard, strValidCode, extend, DomainName, SiteName, SiteLogo, SiteIntro, SiteHeaderCode, SiteFooterCode, SiteStatisticCode, gameInfoIds, strIntroducer) {
		return this.invoke("SaveData", {"name":name, "sex":sex, "pwd1":pwd1, "pwd2":pwd2, "question":question, "answer":answer, "strWebSiteName":strWebSiteName, "strWebSiteURL":strWebSiteURL, "strWebSiteParentId":strWebSiteParentId, "strWebSiteChildrenId":strWebSiteChildrenId, "strTrueName":strTrueName, "stremail":stremail, "strUserTel":strUserTel, "strUserMobile":strUserMobile, "strUserQQ":strUserQQ, "strUserMSN":strUserMSN, "strUserPostalCode":strUserPostalCode, "strBankName":strBankName, "strBankAccount":strBankAccount, "strBankUserName":strBankUserName, "strIdCard":strIdCard, "strValidCode":strValidCode, "extend":extend, "DomainName":DomainName, "SiteName":SiteName, "SiteLogo":SiteLogo, "SiteIntro":SiteIntro, "SiteHeaderCode":SiteHeaderCode, "SiteFooterCode":SiteFooterCode, "SiteStatisticCode":SiteStatisticCode, "gameInfoIds":gameInfoIds, "strIntroducer":strIntroducer}, this.SaveData.getArguments().slice(32));
	},
	GetWebSiteClassChildren: function(ParentId) {
		return this.invoke("GetWebSiteClassChildren", {"ParentId":ParentId}, this.GetWebSiteClassChildren.getArguments().slice(1));
	},
	url: '/ajaxpro/Control_User_Reg,union.popwan.com.ashx'
}));
Control_User_Reg = new Control_User_Reg_class();


