if(typeof Controls_CatalogControl == "undefined") Controls_CatalogControl={};
Controls_CatalogControl_class = function() {};
Object.extend(Controls_CatalogControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetImagesCochesNuevos: function(category, id) {
		return this.invoke("GetImagesCochesNuevos", {"category":category, "id":id}, this.GetImagesCochesNuevos.getArguments().slice(2));
	},
	GetDimensiones: function(versionID) {
		return this.invoke("GetDimensiones", {"versionID":versionID}, this.GetDimensiones.getArguments().slice(1));
	},
	url: '/ajaxpro/Controls_CatalogControl,PublicGuiaCoches_deployx.ashx'
}));
Controls_CatalogControl = new Controls_CatalogControl_class();

