if(typeof ax == "undefined") ax={};
ax_class = function() {};
Object.extend(ax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	loginOut: function() {
		return this.invoke("loginOut", {}, this.loginOut.getArguments().slice(0));
	},
	webuserlogin: function(ploginid, ploginpwd, pvaild, purl) {
		return this.invoke("webuserlogin", {"ploginid":ploginid, "ploginpwd":ploginpwd, "pvaild":pvaild, "purl":purl}, this.webuserlogin.getArguments().slice(4));
	},
	url: '/ajaxpro/lgtsystem.UI.myWEB.webBasePage,lgtsystem.UI.ashx'
}));
ax = new ax_class();


