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