addNamespace("help");
help_class = Class.create();
help_class.prototype = (new AjaxPro.Request()).extend({
	Showhelp: function(id, callback) {
		return this.invoke("Showhelp", {"id":id}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/help,App_Web_help.aspx.cdcab7d2.ashx";
	}
})
help = new help_class();


