Description
PLEASE CALL OR TEXT (310)231-0292 WITH ANY QUESTIONS
For any questions please PM or email: [email protected]
Armaspeed BMW 125i / 220i / 320i / 328i / 420i / 428i (N20) Aluminum Alloy Cold Air Intake 2011-2016
-F20 125i (2012–2015)
-F22 220i (2014–2016)
-F30 320i / 328i (2011–2015)
-F32 420i / 428i (2013–2016)
Vehicle Fitments:
- Aluminum Alloy airbox
- Aluminum Alloy cover
- Enlarged silicon hose with carbon fiber connector
- Armaspeed high-flow air filter
- Metal parts
Dyno Test
/* New Product Tab Functions */
function openTab(evt, TabName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName(“tabcontent”);
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(TabName).style.display = "block";
evt.currentTarget.className += " active";
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();