if(typeof Controls_header == "undefined") Controls_header={};
Controls_header_class = function() {};
Object.extend(Controls_header_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getNextClass: function(BrandId) {
		return this.invoke("getNextClass", {"BrandId":BrandId}, this.getNextClass.getArguments().slice(1));
	},
	url: '/ajaxpro/Controls_header,Car_deploy.ashx'
}));
Controls_header = new Controls_header_class();


