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