if(typeof SWT == "undefined") SWT={};
if(typeof SWT.Controls == "undefined") SWT.Controls={};
if(typeof SWT.Controls.DropDown == "undefined") SWT.Controls.DropDown={};
SWT.Controls.DropDown_class = function() {};
Object.extend(SWT.Controls.DropDown_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DoAjaxSearch: function(xiData, xiAutoCompleteMode, xiMaxResults, xiMaxLength, xiSearchTerm) {
		return this.invoke("DoAjaxSearch", {"xiData":xiData, "xiAutoCompleteMode":xiAutoCompleteMode, "xiMaxResults":xiMaxResults, "xiMaxLength":xiMaxLength, "xiSearchTerm":xiSearchTerm}, this.DoAjaxSearch.getArguments().slice(5));
	},
	url: '/WTCWebV100/ajaxpro/SWT.Controls.DropDown,SWTWeb.ashx'
}));
SWT.Controls.DropDown = new SWT.Controls.DropDown_class();


