include_topNavLoginOutNew_class = function() {};
Object.extend(include_topNavLoginOutNew_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoginUser: function(uname, upass) {
		return this.invoke("LoginUser", {"uname":uname, "upass":upass}, this.LoginUser.getArguments().slice(2));
	},
	LoginXXUser: function() {
		return this.invoke("LoginXXUser", {}, this.LoginXXUser.getArguments().slice(0));
	},
	ExitLoginUser: function() {
		return this.invoke("ExitLoginUser", {}, this.ExitLoginUser.getArguments().slice(0));
	},
	url: '/ajaxpro/include_topNavLoginOutNew,App_Web_1_zqy7ow.ashx'
}));
include_topNavLoginOutNew = new include_topNavLoginOutNew_class();


