if(typeof Wefore == "undefined") Wefore={};
if(typeof Wefore.UserContorl == "undefined") Wefore.UserContorl={};
if(typeof Wefore.UserContorl.ucHead == "undefined") Wefore.UserContorl.ucHead={};
Wefore.UserContorl.ucHead_class = function() {};
Object.extend(Wefore.UserContorl.ucHead_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCustomerMac: function(clientIP) {
		return this.invoke("GetCustomerMac", {"clientIP":clientIP}, this.GetCustomerMac.getArguments().slice(1));
	},
	ExitSystem: function() {
		return this.invoke("ExitSystem", {}, this.ExitSystem.getArguments().slice(0));
	},
	CheckMac: function(strMacl, UserName, Password) {
		return this.invoke("CheckMac", {"strMacl":strMacl, "UserName":UserName, "Password":Password}, this.CheckMac.getArguments().slice(3));
	},
	CheckUser: function(strUserName, Password) {
		return this.invoke("CheckUser", {"strUserName":strUserName, "Password":Password}, this.CheckUser.getArguments().slice(2));
	},
	ChangePassword: function(oldpwd, newpwd) {
		return this.invoke("ChangePassword", {"oldpwd":oldpwd, "newpwd":newpwd}, this.ChangePassword.getArguments().slice(2));
	},
	url: '/ajaxpro/Wefore.UserContorl.ucHead,Wefore.ashx'
}));
Wefore.UserContorl.ucHead = new Wefore.UserContorl.ucHead_class();

