if(typeof UserControls_Search == "undefined") UserControls_Search={};
UserControls_Search_class = function() {};
Object.extend(UserControls_Search_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PopulateType: function() {
		return this.invoke("PopulateType", {}, this.PopulateType.getArguments().slice(0));
	},
	PopulateBrand: function(sTypeID) {
		return this.invoke("PopulateBrand", {"sTypeID":sTypeID}, this.PopulateBrand.getArguments().slice(1));
	},
	PopulatePriceRange: function() {
		return this.invoke("PopulatePriceRange", {}, this.PopulatePriceRange.getArguments().slice(0));
	},
	url: '/ajaxpro/UserControls_Search,App_Web_d-kmids0.ashx'
}));
UserControls_Search = new UserControls_Search_class();

