if(typeof GLWebLibrary == "undefined") GLWebLibrary={};
GLWebLibrary.PostbackGrid_class = function() {};
Object.extend(GLWebLibrary.PostbackGrid_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/sapd/ajaxpro/GLWebLibrary.PostbackGrid,GLWebLibrary.ashx'
}));
GLWebLibrary.PostbackGrid = new GLWebLibrary.PostbackGrid_class();

