if(typeof WebUI == "undefined") WebUI={};
if(typeof WebUI.SearchBar == "undefined") WebUI.SearchBar={};
WebUI.SearchBar_class = function() {};
Object.extend(WebUI.SearchBar_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getClassColls: function() {
		return this.invoke("getClassColls", {}, this.getClassColls.getArguments().slice(0));
	},
	url: '/ajaxpro/WebUI.SearchBar,WebUI.ashx'
}));
WebUI.SearchBar = new WebUI.SearchBar_class();

