if(typeof FeuVertAjax == "undefined") FeuVertAjax={};
FeuVertAjax_class = function() {};
Object.extend(FeuVertAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ShopList: function(DepId) {
		return this.invoke("ShopList", {"DepId":DepId}, this.ShopList.getArguments().slice(1));
	},
	TyreSelectorList: function(fieldId, width, height, diameter, weight, speed) {
		return this.invoke("TyreSelectorList", {"fieldId":fieldId, "width":width, "height":height, "diameter":diameter, "weight":weight, "speed":speed}, this.TyreSelectorList.getArguments().slice(6));
	},
	url: '/ajaxpro/FeuVert.Business.FeuVertAjax,FeuVert.Business.ashx'
}));
FeuVertAjax = new FeuVertAjax_class();

