if(typeof Cookie == "undefined") Cookie={};
Cookie_class = function() {};
Object.extend(Cookie_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ReadCookie: function() {
		return this.invoke("ReadCookie", {}, this.ReadCookie.getArguments().slice(0));
	},
	ShowLink: function(id, tableName) {
		return this.invoke("ShowLink", {"id":id, "tableName":tableName}, this.ShowLink.getArguments().slice(2));
	},
	url: '/ajaxpro/HeadAndFoot,App_Web_3vwath6b.ashx'
}));
Cookie = new Cookie_class();

