Strong, compact, and lightweight, the IB-2 is a great tool for taking on the road or trail. The IB-2 features our unique I-Beam handle with 10 tools.
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
Strong, compact, and lightweight, the IB-2 is a great tool for taking on the road or trail. The IB-2 features our unique I-Beam handle with 10 tools.
IB-2 Features:
1.5, 2, 2.5, 3, 4, 5, 6, and 8mm hex wrenches.
T25 Torx® compatible driver.
Flat blade screwdriver.
Dimensions: 75mm x 40mm x 18mm (2.87" x 1.57" x 0.71")
The Park Tool Fold-Up Hex Wrench Set combines 4, 5 and 6mm h..
C$18.99
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}