/*start*/ /* SV Endast en av Nordisk E-handelscertifiering godkand Certifierad E-handel far visa upp markningen (logotypen) for Certifierad E-handel eller referenser till att de ar en Certifierade E-handel. Markningen (logotypen) maste laggas in med det skript som tillhandahalls vid godkannandet. http://www.ehandelscertifiering.se/villkor/#abuse NO Bare en nettbutikk som er sertifisert som Sertifisert E-handel av Nordisk E-handelssertifsiering kan vise merket (logoen) for Sertifisert E-handel eller henvise til at de er sertifisert som Sertifisert E-handel. Merkingen (logoen) ma legges inn med det skriptet som gis ved godkjenning. http://www.ehandelssertifisering.no/betingelser/#abuse DA Kun en af Nordisk E-handelscertificering godkendt Certificeret E-handel ma fremvise maerkningen (logoet) for Certificeret E-handel eller henvise til, at de er en Certificeret E-handel. Maerkningen (logoet) skal laegges ind i med det script, der blev modtaget ved godkendelsen. http://www.ehandelscertificering.dk/betingelser/#abuse */ //adjustments for legacy logo code v4 and v5 //in legacy v5 code we have an img tag image placeholder we want to delete var legacy5 = document.getElementById("celink1"); if(legacy5) { legacy5.id = "celink1000"; legacy5.innerHTML = "certifierad ehandel"; } //in legacy v4 code we have a div we want to replace with an a tag var legacy4 = document.getElementById("celogohere"); if(legacy4) { var newa4 = document.createElement("a"); newa4.id = "celink1000"; newa4.innerHTML = "certifierad ehandel"; legacy4.replaceWith(newa4); } var celink819 = document.getElementById("celink819"); celink819.href = "https://www.ehandelscertifiering.se/kontrollera-certifikat/?url=www.helpforyou.se"; celink819.oncontextmenu = function() { return false; } celink819.className = "tbsfix"; celink819.onmouseenter = function() { ceShow819(); } celink819.onmouseleave = function() { ceHide819(); } celink819.ontouchstart = function() { ceTouch819(); return false; } celink819.style.display = "inline-block"; celink819.style.width = "100px"; celink819.style.height = "100px"; celink819.innerHTML = '\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ '; var ceContainer819 = document.createElement("div"); ceContainer819.id = "ceContainer819"; document.body.appendChild(ceContainer819); ceContainer819.innerHTML = '\ \ \
\ \ \
\ \ \ \
\
\ \ \
\ \ \
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
\ \ \
\ Kvalitetsmärkningen för E-handel\
\ \
\ \
\ Handla tryggt med köpskydd i denna e-handel.\
\ \
\ www.helpforyou.se
\ Help4you Sweden AB
\
\ \
\ E-handeln uppfyller idag 2024-04-27 kraven för Certifierad E-handel fastställda av Nordisk E-handelscertifiering.\
\ \
\ \
\ Butiken har inga olösta klagomål.\
\ \
\ \ \
VISA CERTIFIKAT
\
\
\ \
LÄMNA KLAGOMÅL
\
\ \
\ \ \
\
\ '; var ceToA819; var ceToB819; var ceTouchedbefore819 = false; var cePopup819 = document.getElementById('cePopup819'); var ceCenter819 = document.getElementById('ceCenter819'); function ceShow819() { if(cePopup819.style.display=='none') { cePopup819.style.display='inline'; //adjust size of text relative to size of popup, which is 70% of viewport of max 500px var ow = cePopup819.offsetWidth; if(ow >= 500) { cePopup819.style.fontSize = "12px"; } else if( ow >= 350) { cePopup819.style.fontSize = "10px"; } else { cePopup819.style.fontSize = "8px"; } ceCenter819.setAttribute("stroke", "#666766"); cePopup819.style.animation='ceAnimPopupIn 0.3s ease-out normal'; cePopup819.style.WebkitAnimation='ceAnimPopupIn 0.3s ease-out normal'; } } function ceKeepMouse819() { clearTimeout(ceToA819); } function ceKeepTouch819() { cePopup819.onmouseleave = function() { }; clearTimeout(ceToA819); clearTimeout(ceToB819); } function ceHide819() { if(cePopup819.style.display == 'inline') { ceToA819 = setTimeout(ceHideDo819, 1000); } } function ceHideDo819() { cePopup819.style.animation = 'ceAnimPopupOut 0.3s ease-in forwards'; cePopup819.style.WebkitAnimation = 'ceAnimPopupOut 0.3s ease-in forwards'; setTimeout(function() { cePopup819.style.display = 'none'; }, 300); ceCenter819.setAttribute("stroke", "#70BF45"); } function ceTouch819() { if(ceTouchedbefore819) { window.location.href = "https://www.ehandelscertifiering.se/kontrollera-certifikat/?url=www.helpforyou.se"; } else { ceTouchedbefore819 = true; ceShow819(); ceToB819 = setTimeout(ceHideDo819, 9500); } } //ceShow819(); /*end*/