General Features What’s in the box Key Specifications General Features Coming Soon... What’s in the box: Coming Soon... Key Specifications Technical Specifications Driver size: 9mm Frequency range: 20-20kHz Impedance: 16±3.2 ohms Driver sensitivity: 100±3dBSPL, 1mW Maximum SPL: 5mW Cable length: 1.2M Plug: 3.5mm function openCity(evt, description) { var i, tabcontent, tablinks; tabcontent = document.getElementsByClassName("tab-content"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } tablinks = document.getElementsByClassName("list-item-product"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } document.getElementById(description).style.display = "block"; evt.currentTarget.className += " active"; } var acc = document.getElementsByClassName("accordion-product"); var i; for (i = 0; i < acc.length; i++) { acc[i].addEventListener("click", function () { this.classList.toggle("product-active"); var panel = this.nextElementSibling; if (panel.style.maxHeight) { panel.style.maxHeight = null; } else { panel.style.maxHeight = panel.scrollHeight + "px"; } }); }