Ultra-Low Latency Higher Call Quality Active Noise Cancellation APP Control Instructions for Use var images = document.querySelectorAll('.a-plus-images img'); var buttons = document.querySelectorAll('.a-plus-buttons button'); var images2 = document.querySelectorAll('.a-plus-images-2 img'); var buttons2 = document.querySelectorAll('.a-plus-button-2s button'); var images3 = document.querySelectorAll('.a-plus-images-3 img'); var buttons3 = document.querySelectorAll('.a-plus-button-3s button'); function showImage(index) { for (var i = 0; i < images.length; i++) { images[i].style.display = i === index ? 'block' : 'none'; buttons[i].classList.toggle('active', i === index); } } function showImage2(index) { for (var i = 0; i < images2.length; i++) { images2[i].style.display = i === index ? 'block' : 'none'; buttons2[i].classList.toggle('active', i === index); } } function showImage3(index) { for (var i = 0; i < images3.length; i++) { images3[i].style.display = i === index ? 'block' : 'none'; buttons3[i].classList.toggle('active', i === index); } } // ?????????????? showImage(0); showImage2(0); showImage3(0);