if(typeof faq == "undefined") faq={};
faq_class = function() {};
Object.extend(faq_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ShowFaq: function(faqID) {
		return this.invoke("ShowFaq", {"faqID":faqID}, this.ShowFaq.getArguments().slice(1));
	},
	url: '/ajaxpro/faq,MapleWeb_deploy.ashx'
}));
faq = new faq_class();

