TENSOR

TENSOR

6,85 7,35 

Safety frame with a head strap

The head strap of the classic TENSOR safety frame can be adjusted to the individual requirements of the wearer very quickly and easily at the push of a button.

  • Classic design
  • Adjustable inclination
  • Additional headband for even tighter fit
  • Available as outdoor version

SKU: 9340 105 - Need Help? Contact Us Leave Feedback

Share
// select video element var vid = document.getElementById('v0'); //var vid = $('#v0')[0]; // jquery option // pause video on load vid.pause(); // alternative & optimized implementation thanks to http://codepen.io/daveroma/ window.onscroll = function(){ vid.currentTime = window.pageYOffset/400; };