VISITOR XL

VISITOR XL

3,90 6,30 

Large, universal Overspec and visitor safety frame

The VISITOR XL serves as overspec and visitor frame for a wide range of applications. The elastic temple ends increase the wearing comfort.

  • Classic design
  • Individual adjustable temple length
  • Universally usable as safety and visitor glasses
  • Large panoramic lenses

SKU: 9085 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; };