Multipack of Triple Breakaway Lanyards (2024)

Voor uw zending kunt u een factuur van PostNL ontvangen, dit zijn inklaringskosten voor zendingen uit de UK. De leveringstijden zijn momenteel 10-15 dagen

The store will not work correctly when cookies are disabled.

Hoofdmenu

MENU

  • Aanmelden
  • Kaart

    MENU

    Choose your country/region

    Currently selected: Netherlands

    Americas

    • Honduras
    • Mexico
    • Nicaragua
    • Panama
    • Paraguay
    • Peru
    • Puerto Rico
    • Uruguay
    • VS
    • Venezuela

    Europe

    • Belgium
    • Denemarken
    • Finland
    • France
    • Greenland
    • Iceland
    • Ierland
    • Netherlands
    • Norway
    • Spain
    • Sweden
    • United Kingdom

    Africa

    • Mauritius

    Middle East

    • UAE - English

    Other

    • Other countries (Rest of world - ROW)

    Winkelwagen0Winkelwagen

    Menu

    "); $("body").addClass("pm-mega-on"); $(_this).attr('aria-expanded', true); menuState = true; }, delay); }else{ clearTimeout(setTimeoutConst); $("body").removeClass("pm-mega-on"); $(_this).removeClass("actived"); $(".popper").hide(); $(".down-nugget").each(function() { $(this).remove(); }) $('.pm-topmenu > li').each(function(){ $(this).attr('aria-expanded', 'false')}); } } let menuOff = function(_this){ clearTimeout(setTimeoutConst); $("body").removeClass("pm-mega-on"); $(this).removeClass("actived"); $(".popper").hide(); $(".down-nugget").each(function() { $(this).remove(); }) $('.pm-topmenu > li').each(function(){ $(this).attr('aria-expanded', 'false')}); menuState = false; } // TOP MENUS let topMenuNext = function(focused){ const idx = $('.pm-topmenu.desc > li').index(focused); const total = $('.pm-topmenu.desc > li').length; const next = parseInt(idx) + 1; if(next < total){ $('.pm-topmenu.desc > li').eq(next).focus(); } } let topMenuPrev = function(focused){ const idx = $('.pm-topmenu.desc > li').index(focused); const next = parseInt(idx) - 1; if(next > -1){ $('.pm-topmenu.desc > li').eq(next).focus(); } } let topMenuDown = function(focused){ if( $('body').hasClass('pm-mega-on') ){ focused.find('ul').eq(0).find('li a').eq(0).focus(); }else{ focused.next().focus(); } } // SUB MENUS let subMenuUp = function(focused){ const ul = $(focused).parent().parent(); const li = $(focused).parent(); const idx = $(ul).find('li').index(li); const prev = parseInt(idx) - 1; if(prev >= 0){ $(ul).find('li').eq(prev).find('a').first().focus(); }else{ const pmm = ul.closest('.pmm'); const wra = pmm.parent(); const idy = $(wra).find('.pmm').index(pmm); const n = parseInt(idy) - 1; if( n > -1 ){ $(wra).find('.pmm').eq(n).find('ul').eq(0).find('li a').first().focus(); }else{ const cur = $('.pm-topmenu.desc > li[aria-expanded="true"]'); const idx = $('.pm-topmenu.desc > li').index(cur); const n = idx - 1; $('.pm-topmenu.desc > li').eq(n).focus(); } } } let subMenuDown = function(focused){ const ul = $(focused).parent().parent(); const li = $(focused).parent(); const idx = $(ul).find('li').index(li); const total = $(ul).find('li').length; const next = parseInt(idx) + 1; if(next < total){ $(ul).find('li').eq(next).find('a').first().focus(); }else{ const pmm = ul.closest('.pmm'); const wra = pmm.parent(); const idy = $(wra).find('.pmm').index(pmm); const n = parseInt(idy) + 1; const tWr = $(wra).find('.pmm').length; if( n < tWr ){ $(wra).find('.pmm').eq(n).find('ul').eq(0).find('li a').first().focus(); }else{ const cur = $('.pm-topmenu.desc > li[aria-expanded="true"]'); const idx = $('.pm-topmenu.desc > li').index(cur); const n = idx + 1; $('.pm-topmenu.desc > li').eq(n).focus(); } } } let subMenuLeft = function(focused){ const ul = $(focused).parent().parent(); const li = $(focused).parent(); const idx = $(ul).find('li').index(li); const pmm = ul.closest('.pmm'); const wra = pmm.parent(); const idy = $(wra).find('.pmm').index(pmm); $(wra).find('.pmm').eq( parseInt(idy) - 1 ).find('ul').eq(0).find('li').eq(idx).find('a').first().focus(); } let subMenuRight = function(focused){ const ul = $(focused).parent().parent(); const li = $(focused).parent(); const idx = $(ul).find('li').index(li); const pmm = ul.closest('.pmm'); const wra = pmm.parent(); const idy = $(wra).find('.pmm').index(pmm); $(wra).find('.pmm').eq( parseInt(idy) + 1 ).find('ul').eq(0).find('li').eq(idx).find('a').first().focus(); } let topMenuKeyPress = function(focused){ menuOnOff(focused); } // KEY DOWN $(document).keydown(function(e){ const _this = $(this); let matched = false; let menu = null; const _focused = $(':focus'); const onMenu = $('.pm-topmenu.desc > li').index(_focused) > -1 || $('body').hasClass('pm-mega-on'); const codes = [13, 32, 37, 38, 39, 40]; if( codes.includes(parseInt(e.which)) ){ matched = true; } if(matched && onMenu){ e.stopPropagation(); e.preventDefault(); if( _focused.hasClass('level-top') || _focused.parent().hasClass('level-top')){ menu = 'top'; }else{ menu = 'sub'; } switch(e.which) { case 13: // ENTER case 32: // SPACE if(menu == 'top'){ topMenuKeyPress(_focused) } break; case 37: // left if(menu == 'top'){ topMenuPrev(_focused) } if(menu == 'sub'){ subMenuLeft(_focused) } break; case 38: // up if(menu == 'top'){ topMenuPrev(_focused) } if(menu == 'sub'){ subMenuUp(_focused) } break; case 39: // right if(menu == 'top'){ topMenuNext(_focused) } if(menu == 'sub'){ subMenuRight(_focused) } break; case 40: // down if(menu == 'top'){ topMenuDown(_focused) } if(menu == 'sub'){ subMenuDown(_focused) } break; default: // SKIP } } }); // NOT ON A MENU $('body').on('focus', '*', function(e) { const $focused = $(':focus'); let a = $('.pm-topmenu.desc').has($focused).length; if( !a ) { menuOff($focused); } }); // FOCUS ON MENU IE TAB $('.pm-topmenu > li').on("focus", function(e) { menuOff($(this)); }); // ENTER A MENU $('.pm-topmenu > li').on("mouseenter", function(e) { menuOn($(this)); }); // EXIT A MENU $(".pm-topmenu").on( "mouseleave blur", function(e) { menuOff($(this)); }); // DISABLE TOP LEVEL ON BELOW 1350 WIDTH $('body.pixiedust .navigation li.level0[aria-haspopup="true"] > a').click(function(){ if( /Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent) ) { return false; } }); }); });

    gegevens

    Skip to the end of the images gallery

    Multipack of Triple Breakaway Lanyards (3)

    Skip to the beginning of the images gallery

    Multipack of Triple Breakaway Lanyards (4)

    Pak van 100 Klein Lanyards

    Multipack of Triple Breakaway Lanyards (5)

    Pak met 100 identiteitskaarten - Engelse versie

    €20,00

    Dit driepunts veiligheidskoord biedt extra veiligheid en gemoedsrust terwijl u werkt, reist en winkelt.

    Log in bij uw Sunflower Member-bedrijf account om dit product te kopen.

    Als uw bedrijf zich nog niet heeft aangemeld, registreert u zich hier en abonneert u zich vervolgens op uw gewenste lidmaatschapsplan .

    Beschikbaarheid:Op voorraad

    SKU

    CASUNPACK-3PB

    Voeg toe om te vergelijken

    Details

    Pakket bevat:

    • Drievoudig afgescheiden lanyards
    • Het koord is gemaakt van gerecycled PET-materiaal met een afbreekbare plastic veiligheidsrem

    Wordt geleverd in verpakkingen van 10 of 100 stuks.

    Dit product is niet bedoeld voor wederverkoop

    
    Multipack of Triple Breakaway Lanyards (2024)

    References

    Top Articles
    Latest Posts
    Article information

    Author: Rueben Jacobs

    Last Updated:

    Views: 5717

    Rating: 4.7 / 5 (77 voted)

    Reviews: 84% of readers found this page helpful

    Author information

    Name: Rueben Jacobs

    Birthday: 1999-03-14

    Address: 951 Caterina Walk, Schambergerside, CA 67667-0896

    Phone: +6881806848632

    Job: Internal Education Planner

    Hobby: Candle making, Cabaret, Poi, Gambling, Rock climbing, Wood carving, Computer programming

    Introduction: My name is Rueben Jacobs, I am a cooperative, beautiful, kind, comfortable, glamorous, open, magnificent person who loves writing and wants to share my knowledge and understanding with you.