if(typeof Include_toolTipsAccess == "undefined") Include_toolTipsAccess={};
Include_toolTipsAccess_class = function() {};
Object.extend(Include_toolTipsAccess_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	showKBTooltip: function(path, descID) {
		return this.invoke("showKBTooltip", {"path":path, "descID":descID}, this.showKBTooltip.getArguments().slice(2));
	},
	url: '/ajaxpro/Include_toolTipsAccess,App_Code.ashx'
}));
Include_toolTipsAccess = new Include_toolTipsAccess_class();

