if(typeof DownLoad == "undefined") DownLoad={};
DownLoad_class = function() {};
Object.extend(DownLoad_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	downUrl: function(Manufacturer, Model) {
		return this.invoke("downUrl", {"Manufacturer":Manufacturer, "Model":Model}, this.downUrl.getArguments().slice(2));
	},
	url: '/ajaxpro/DownLoad,EQODDLAA_deploy.ashx'
}));
DownLoad = new DownLoad_class();

