if(typeof DcSoft == "undefined") DcSoft={};
if(typeof DcSoft.Web == "undefined") DcSoft.Web={};
if(typeof DcSoft.Web.FaqList == "undefined") DcSoft.Web.FaqList={};
DcSoft.Web.FaqList_class = function() {};
Object.extend(DcSoft.Web.FaqList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetFaqContent: function(faqId) {
		return this.invoke("GetFaqContent", {"faqId":faqId}, this.GetFaqContent.getArguments().slice(1));
	},
	url: '/ajaxpro/DcSoft.Web.FaqList,DcSoft.Web.ashx'
}));
DcSoft.Web.FaqList = new DcSoft.Web.FaqList_class();


