/*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 celink701 = document.getElementById("celink701"); celink701.href = "https://www.ehandelscertifiering.se/kontrollera-certifikat/?url=www.solentro.se"; celink701.oncontextmenu = function() { return false; } celink701.className = "tbsfix"; celink701.onmouseenter = function() { ceShow701(); } celink701.onmouseleave = function() { ceHide701(); } celink701.ontouchstart = function() { ceTouch701(); return false; } celink701.style.display = "inline-block"; celink701.style.width = "80px"; celink701.style.height = "80px"; celink701.innerHTML = '\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ '; var ceContainer701 = document.createElement("div"); ceContainer701.id = "ceContainer701"; document.body.appendChild(ceContainer701); ceContainer701.innerHTML = '\ \ \
\ \ \
\ \ \ \
\
\ \ \
\ \ \
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
\ \ \
\ The trustmark for E-commerce\
\ \
\ \
\ Shop safely with buyers protection in this online shop.\
\ \
\ www.solentro.se
\ Solentro AB
\
\ \
\ This e-shop, as of 2024-04-27 fulfills the requirements for Certified E-commerce set by Nordic E-commerce Certification.\
\ \
\ \
\ The shop has no unresolved complaints.\
\ \
\ \ \
SHOW CERTIFICATE
\
\
\ \
SUBMIT COMPLAINT
\
\ \
\ \ \
\
\ '; var ceToA701; var ceToB701; var ceTouchedbefore701 = false; var cePopup701 = document.getElementById('cePopup701'); var ceCenter701 = document.getElementById('ceCenter701'); function ceShow701() { if(cePopup701.style.display=='none') { cePopup701.style.display='inline'; //adjust size of text relative to size of popup, which is 70% of viewport of max 500px var ow = cePopup701.offsetWidth; if(ow >= 500) { cePopup701.style.fontSize = "12px"; } else if( ow >= 350) { cePopup701.style.fontSize = "10px"; } else { cePopup701.style.fontSize = "8px"; } ceCenter701.setAttribute("stroke", "#666766"); cePopup701.style.animation='ceAnimPopupIn 0.3s ease-out normal'; cePopup701.style.WebkitAnimation='ceAnimPopupIn 0.3s ease-out normal'; } } function ceKeepMouse701() { clearTimeout(ceToA701); } function ceKeepTouch701() { cePopup701.onmouseleave = function() { }; clearTimeout(ceToA701); clearTimeout(ceToB701); } function ceHide701() { if(cePopup701.style.display == 'inline') { ceToA701 = setTimeout(ceHideDo701, 1000); } } function ceHideDo701() { cePopup701.style.animation = 'ceAnimPopupOut 0.3s ease-in forwards'; cePopup701.style.WebkitAnimation = 'ceAnimPopupOut 0.3s ease-in forwards'; setTimeout(function() { cePopup701.style.display = 'none'; }, 300); ceCenter701.setAttribute("stroke", "#70BF45"); } function ceTouch701() { if(ceTouchedbefore701) { window.location.href = "https://www.ehandelscertifiering.se/kontrollera-certifikat/?url=www.solentro.se"; } else { ceTouchedbefore701 = true; ceShow701(); ceToB701 = setTimeout(ceHideDo701, 9500); } } //ceShow701(); /*end*/