if(typeof faq == "undefined") faq={};
faq_class = function() {};
Object.extend(faq_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoginOut: function() {
		return this.invoke("LoginOut", {}, this.LoginOut.getArguments().slice(0));
	},
	GetFaqInfo: function() {
		return this.invoke("GetFaqInfo", {}, this.GetFaqInfo.getArguments().slice(0));
	},
	GetHelpInfo: function(helpID) {
		return this.invoke("GetHelpInfo", {"helpID":helpID}, this.GetHelpInfo.getArguments().slice(1));
	},
	url: '/ajaxpro/faq,SilkroadWeb_deploy.ashx'
}));
faq = new faq_class();

