if(typeof GLWebLibrary == "undefined") GLWebLibrary={};
GLWebLibrary.SearchBox_class = function() {};
Object.extend(GLWebLibrary.SearchBox_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	KeyUp: function(session, id, val) {
		return this.invoke("KeyUp", {"session":session, "id":id, "val":val}, this.KeyUp.getArguments().slice(3));
	},
	url: '/sapd/ajaxpro/GLWebLibrary.SearchBox,GLWebLibrary.ashx'
}));
GLWebLibrary.SearchBox = new GLWebLibrary.SearchBox_class();

