document.addEventListener('DOMContentLoaded', function () { const accordion = document.querySelector('.read-more-accordion'); const button = document.querySelector('.accordion-read-more'); if (!accordion || !button) { return; } const panels = accordion.querySelectorAll('.vc_tta-panel'); // Hide the button when there are 10 or fewer questions. if (panels.length <= 10) { button.style.display = 'none'; return; } button.addEventListener('click', function () { const isExpanded = accordion.classList.toggle('show-all-questions'); button.setAttribute('aria-expanded', String(isExpanded)); button.textContent = isExpanded ? 'Show Less' : 'Read More'; // When collapsing, return the visitor to the accordion. if (!isExpanded) { accordion.scrollIntoView({ behavior: 'smooth', block: 'start' }); } }); }); Skip to main content

Joint Powers Commission (JPC)

Events

Views Navigation

Event Views Navigation

Today