if(typeof MasterPages_User == "undefined") MasterPages_User={};
MasterPages_User_class = function() {};
Object.extend(MasterPages_User_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AccountLogin: function(Username, Password) {
		return this.invoke("AccountLogin", {"Username":Username, "Password":Password}, this.AccountLogin.getArguments().slice(2));
	},
	AccountLogout: function() {
		return this.invoke("AccountLogout", {}, this.AccountLogout.getArguments().slice(0));
	},
	CreateCustommerAccount: function(Value) {
		return this.invoke("CreateCustommerAccount", {"Value":Value}, this.CreateCustommerAccount.getArguments().slice(1));
	},
	GetCustommerInfomation: function() {
		return this.invoke("GetCustommerInfomation", {}, this.GetCustommerInfomation.getArguments().slice(0));
	},
	CreateSiteMapPath: function(p_Url, p_Name) {
		return this.invoke("CreateSiteMapPath", {"p_Url":p_Url, "p_Name":p_Name}, this.CreateSiteMapPath.getArguments().slice(2));
	},
	SendMail: function(p_Email) {
		return this.invoke("SendMail", {"p_Email":p_Email}, this.SendMail.getArguments().slice(1));
	},
	url: '/ajaxpro/MasterPages_User,App_Web_3aslrzo1.ashx'
}));
MasterPages_User = new MasterPages_User_class();


