Description
- For use with 3M™ Headgear L-Series
Used on the 3M™ Headgear L-Series. This lens is part of the 3M™ Wide-view Faceshield Assembly L-130. It can easily be removed and replaced with a new lens when damaged.
Description Maximum Productivity: first 1,700 Watt angle grinder with the power of a large grinder and the compactness of a small one for quickes...
View full detailsUsed on the 3M™ Headgear L-Series. This lens is part of the 3M™ Wide-view Faceshield Assembly L-130. It can easily be removed and replaced with a new lens when damaged.
// Gets redirect token when passed 'psrid' as argument // Usage: getUrlParameter("psrid") var getUrlParameter = function(name) { name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]'); var regex = new RegExp('[\\?&]' + name + '=([^]*)'); var results = regex.exec(location.search); return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' ')); }; // Attempts to set cookie both through PI script, and directly on document // Usage: setCookie(getUrlParameter("psrid")) var setCookie = function(value) { pswtb.purchaseTracking.setCookie(value); document.cookie = "pswtb.psrid=" + value; }