if(typeof KS == "undefined") KS={};
if(typeof KS.Web == "undefined") KS.Web={};
if(typeof KS.Web.Procurement == "undefined") KS.Web.Procurement={};
if(typeof KS.Web.Procurement.UI == "undefined") KS.Web.Procurement.UI={};
if(typeof KS.Web.Procurement.UI.Auth == "undefined") KS.Web.Procurement.UI.Auth={};
KS.Web.Procurement.UI.Auth_class = function() {};
Object.extend(KS.Web.Procurement.UI.Auth_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsCaptchaCorrect: function(val) {
		return this.invoke("IsCaptchaCorrect", {"val":val}, this.IsCaptchaCorrect.getArguments().slice(1));
	},
	Authorize: function(name, pass, realServerAddress) {
		return this.invoke("Authorize", {"name":name, "pass":pass, "realServerAddress":realServerAddress}, this.Authorize.getArguments().slice(3));
	},
	IsUpdate: function() {
		return this.invoke("IsUpdate", {}, this.IsUpdate.getArguments().slice(0));
	},
	url: '/gzw/ajaxpro/KS.Web.Procurement.UI.Auth,ks_web_deploy.ashx'
}));
KS.Web.Procurement.UI.Auth = new KS.Web.Procurement.UI.Auth_class();

