if(typeof SoftPlatform == "undefined") SoftPlatform={};
SoftPlatform.Index_class = function() {};
Object.extend(SoftPlatform.Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	logOut: function() {
		return this.invoke("logOut", {}, this.logOut.getArguments().slice(0));
	},
	loginInfo: function() {
		return this.invoke("loginInfo", {}, this.loginInfo.getArguments().slice(0));
	},
	validIdexMem: function(userName, pwd) {
		return this.invoke("validIdexMem", {"userName":userName, "pwd":pwd}, this.validIdexMem.getArguments().slice(2));
	},
	url: '/ajaxpro/SoftPlatform.Index,SoftPlatform.ashx'
}));
SoftPlatform.Index = new SoftPlatform.Index_class();

