addNamespace("pages_Client_FAQ");
pages_Client_FAQ_class = Class.create();
pages_Client_FAQ_class.prototype = (new AjaxPro.Request()).extend({
	pagedetail: function(strid, callback) {
		return this.invoke("pagedetail", {"strid":strid}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/pages_Client_FAQ,App_Web_faq.aspx.6bee9f3b.ashx";
	}
})
pages_Client_FAQ = new pages_Client_FAQ_class();


