Extra-short arm for use on difficult-to-access screws. The ballpoint on the long arm allows dependable working even in difficult situations
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
High quality L-key set
Extra-short arm for use on difficult-to-access screws.
For hexagon socket screws.
Hex-Plus offers a greater contact surface in the head of the screw.
The ballpoint on the long arm allows dependable working even in difficult installation situations.
Precise chrome-plated design ensures high corrosion protection.
Laser-engraved and thereby wear-resistant size markings on the L-keys for rapid accessing.
// 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";
}
}