if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.REG == "undefined") Webscene.UI.REG={};
Webscene.UI.REG_class = function() {};
Object.extend(Webscene.UI.REG_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAc: function(clientId, alias, claimId) {
		return this.invoke("GetAc", {"clientId":clientId, "alias":alias, "claimId":claimId}, this.GetAc.getArguments().slice(3));
	},
	Submit: function(clientId, name, email, alias, accountName, password, countryId, provinceId, placeId, day, month, year, gender, claimId) {
		return this.invoke("Submit", {"clientId":clientId, "name":name, "email":email, "alias":alias, "accountName":accountName, "password":password, "countryId":countryId, "provinceId":provinceId, "placeId":placeId, "day":day, "month":month, "year":year, "gender":gender, "claimId":claimId}, this.Submit.getArguments().slice(14));
	},
	Conf: function(clientId, accountName, claimId) {
		return this.invoke("Conf", {"clientId":clientId, "accountName":accountName, "claimId":claimId}, this.Conf.getArguments().slice(3));
	},
	url: '/ajaxpro/Webscene.UI.REG,Webscene.UI.ashx'
}));
Webscene.UI.REG = new Webscene.UI.REG_class();

