if(typeof ZebecPortal == "undefined") ZebecPortal={};
if(typeof ZebecPortal.UI == "undefined") ZebecPortal.UI={};
ZebecPortal.UI.Footer_class = function() {};
Object.extend(ZebecPortal.UI.Footer_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRecordFieldValue: function(tableName, recordID, columnName, title, persist, popupWindowHeight, popupWindowWidth, popupWindowScrollBar) {
		return this.invoke("GetRecordFieldValue", {"tableName":tableName, "recordID":recordID, "columnName":columnName, "title":title, "persist":persist, "popupWindowHeight":popupWindowHeight, "popupWindowWidth":popupWindowWidth, "popupWindowScrollBar":popupWindowScrollBar}, this.GetRecordFieldValue.getArguments().slice(8));
	},
	GetImage: function(tableName, recordID, columnName, title, persist, popupWindowHeight, popupWindowWidth, popupWindowScrollBar) {
		return this.invoke("GetImage", {"tableName":tableName, "recordID":recordID, "columnName":columnName, "title":title, "persist":persist, "popupWindowHeight":popupWindowHeight, "popupWindowWidth":popupWindowWidth, "popupWindowScrollBar":popupWindowScrollBar}, this.GetImage.getArguments().slice(8));
	},
	url: '/ajaxpro/ZebecPortal.UI.Footer,ZebecPortal.ashx'
}));
ZebecPortal.UI.Footer = new ZebecPortal.UI.Footer_class();

