if(typeof BaseFormCheckRight == "undefined") BaseFormCheckRight={};
BaseFormCheckRight_class = function() {};
Object.extend(BaseFormCheckRight_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckRight: function(p_URL) {
		return this.invoke("CheckRight", {"p_URL":p_URL}, this.CheckRight.getArguments().slice(1));
	},
	url: '/ajaxpro/BaseFormCheckRight,App_Code.cjifkomd.ashx'
}));
BaseFormCheckRight = new BaseFormCheckRight_class();


