Hours Of Operation
Contact Us
New Patient Application
Behavioral Health Assessment
function toggleLanguage(button, lang) { const section = button.closest('.lang-section'); const contents = section.querySelectorAll('.lang-content'); contents.forEach(c => c.classList.remove('active')); const target = section.querySelector(`.lang-content.${lang}`); if (target) target.classList.add('active'); }