ALLIGATOR

ALLIGATOR

7,30 8,30 

Protection universelle et verres panoramiques

Le grand écran panoramique de l'ALLIGATOR offre une bonne protection latérale et un champ de vision illimité. L'oculaire est facilement remplaçable.

  • Design Sportif
  • Branches réglables en longueur
  • Verres remplacables facilement
  • Possibilité d'insert à la vue

SKU: 9210 105 - Besoin d'aide? Nous contacter Laisser un avis

Partager
// 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; }; var filterFromQuerystring = getParameterByName('filter'); $('a[data-filter=".' + filterFromQuerystring + '"]').click();