\n
\n
\nENGLISH:
\nWe can arrange world wide shipping for all of our used products. We will deduct the Norwegian VAT 25% for products that is shipped out of Norway.
\nPlease contact us at post@malaaudio.no or at +47 90953801 for more information and a price quote."}]; document.addEventListener('DOMContentLoaded', function() { var readMoreButtons = document.querySelectorAll('.read-more-btn'); readMoreButtons.forEach(function(btn) { btn.addEventListener('click', function(e) { e.preventDefault(); const thisElementId = $(this).attr('data-target'); $(this).remove(); const targetElementId = thisElementId.replace('-ReadMore', ''); const targetDiv = $('#' + targetElementId); const info = produktInfoNames.find(function(info) { return info.name === targetElementId; }); if (info) { targetDiv.html(info.value); }; }); }); });