if(typeof GLWebLibrary == "undefined") GLWebLibrary={};
GLWebLibrary.GlComboBox_class = function() {};
Object.extend(GLWebLibrary.GlComboBox_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	OnSelectedValueChanged: function(session, id, value, selectedIndex) {
		return this.invoke("OnSelectedValueChanged", {"session":session, "id":id, "value":value, "selectedIndex":selectedIndex}, this.OnSelectedValueChanged.getArguments().slice(4));
	},
	url: '/sapd/ajaxpro/GLWebLibrary.GlComboBox,GLWebLibrary.ashx'
}));
GLWebLibrary.GlComboBox = new GLWebLibrary.GlComboBox_class();


