addNamespace("Library.userControls");
Library.userControls.pand_zoeken_class = function() {};
Object.extend(Library.userControls.pand_zoeken_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	setValue: function(Value, dropDownID) {
		return this.invoke("setValue", {"Value":Value, "dropDownID":dropDownID}, this.setValue.getArguments().slice(2));
	},
	getDataTable: function(params, searchFields, textFields, defaults, searchField, textField, text, url) {
		return this.invoke("getDataTable", {"params":params, "searchFields":searchFields, "textFields":textFields, "defaults":defaults, "searchField":searchField, "textField":textField, "text":text, "url":url}, this.getDataTable.getArguments().slice(8));
	},
	url: '/ajaxpro/Library.userControls.pand_zoeken,Library.ashx'
}));
Library.userControls.pand_zoeken = new Library.userControls.pand_zoeken_class();


