Image
Tech tips
Scheme
Media
Products
Documents
Graphs
Outlet
Fitting instructions
How to buy
Best power gain
HP
Best torque gain
Nm
Best weight saving
Kg
>
Scheme Legend
Request information
Media
* all prices are without VAT
Products Request information
* all prices are without VAT
Outlet
How to buy
Arrow exhausts can be purchased only through Arrow’s Worldwide network of dealers and distributors. Arrow is not selling directly to end-users.
Click here to find the dealer nearest you
Features | Values |
---|---|
Part number | Description | Unit price | Qty |
---|---|---|---|
** Power and torque are measured on the wheel on the rolling test bench
** Figures for Arrow exhausts are those of the best exhaust system configuration available.
** Weight can change depending on the version of the exhaust. Weight values are listed on product's tech. sheets
Technical features are subject to change without notice
Welcome in the Arrow Special Parts B2B area
Order by Name
' + json[i].Titolo + '
") != -1) { testo = json[0].Articolo.substring(0, String(json[0].Articolo).indexOf("
") - 1); } testo = testo.replace(regex, ""); testo = testo.substring(0, 120); /*ciclo per le news quando su tablet o computer piccoli*/ $("#largeNews2").html('' + json[0].Titolo + '' + testo + ''); for (var i = 1; i < json.length; i++) { var num = i + 2; foto = json[i].Foto img = (typeof foto == "undefined" || foto == null || foto == "") ? linkToServer + "/img/news/category/" + json[i].IDCategorie + "/" + json[i].icona + "?w=" + lastNewsHomeW + "&h=" + lastNewsHomeH + "&mode=crop&quality=" + globalQuality : linkToServer + "/img/news/" + json[i].IDNews + "_" + foto + "?w=" + lastNewsHomeW + "&h=" + lastNewsHomeH + "&mode=crop&quality=" + globalQuality; $("#largeNews" + num).html('' + json[i].Titolo + ''); } // OWL CAROUSEL $('#caroselloLato').slick({ slidesToShow: 1, slidesToScroll: 1, infinite: true, dots: false, arrows: false, autoplay: true, autoplaySpeed: 5000 }); }); } function InfoBotFunction() { $.ajax({ //chiamata news recenti url: "/api/" + locale + "/lastNewsHome" }).done(function (json) { var img = ""; var regex = /<(.|\n)*?>/g; var testo = new String(json[0].Articolo); var num = 0; var foto = json[0].Foto img = (typeof foto == "undefined" || foto == null || foto == "") ? linkToServer + "/img/news/category/" + json[0].IDCategorie + "/" + json[0].icona + "?w=" + lastNewsHome2xW + "&h=" + lastNewsHome2xH + "&mode=crop&quality=" + globalQuality : linkToServer + "/img/news/" + json[0].IDNews + "_" + foto + "?w=" + lastNewsHome2xW + "&h=" + lastNewsHome2xH + "&mode=crop&quality=" + globalQuality; if (testo.indexOf("
") != -1) { testo = testo.substring(0, testo.indexOf("
") - 1); } testo = testo.replace(regex, ""); testo = testo.substring(0, 120); $("#news2").html('' + json[0].Titolo + '' + testo + ''); $("#smallnews2").html('' + json[0].Titolo + '' + testo + ''); for (var i = 1; i < json.length; i++) { var num = i + 2; foto = json[i].Foto img = (typeof foto == "undefined" || foto == null || foto == "") ? linkToServer + "/img/news/category/" + json[i].IDCategorie + "/" + json[i].icona + "?w=" + lastNewsHomeW + "&h=" + lastNewsHomeH + "&mode=crop&quality=" + globalQuality : linkToServer + "/img/news/" + json[i].IDNews + "_" + foto + "?w=" + lastNewsHomeW + "&h=" + lastNewsHomeH + "&mode=crop&quality=" + globalQuality; $("#smallnews" + num).html('' + json[i].Titolo + ''); $("#news" + num).html('' + json[i].Titolo + ''); } $('#caroselloNews').owlCarousel({ items: 1, loop: true, margin: 0, nav: false, autoplay: true, autoplayHoverPause: true }); //$('#caroselloNews').slick({ // dots: false, // slidesToShow: 1, // slidesToScroll: 1, // prevArrow: '', // nextArrow: '', // cssEase: 'ease-in' //}); }); };