addNamespace("HelpCenter");
HelpCenter_class = Class.create();
Object.extend(HelpCenter_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	EditAffiche: function(ob) {
		return this.invoke("EditAffiche", {"ob":ob}, this.EditAffiche.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/HelpCenter,App_Web_helpcenter.aspx.cdcab7d2.ashx';
	}
}));
HelpCenter = new HelpCenter_class();

