<script>
document.addEventListener('DOMContentLoaded', function() {
    var tabs_headers = document.querySelectorAll('a.usof-nav-anchor.level_1');

    tabs_headers.forEach(function(tab) {
        tab.addEventListener('click', function(event) {
            event.preventDefault();

            let target = this.getAttribute('href').substr(1);
            let el = document.querySelector('section[data-id="' + target + '"]');

            
            const allSections = document.querySelectorAll('section.usof-section');
            allSections.forEach(section => {
                section.style.display = 'none';
                const content = section.querySelector('.usof-section-content');
                if (content) content.style.display = 'none';
            });

       
            const allNavItems = document.querySelectorAll('li.usof-nav-item.level_1');
            allNavItems.forEach(li => li.classList.remove('current'));

           
            if (el) {
                el.style.display = 'block';
                const ch = el.querySelector('.usof-section-content');
                if (ch) ch.style.display = 'block';
            }

           
            const liParent = this.closest('li');
            if (liParent) liParent.classList.add('current');

            console.log('Clicked:', this);
        });
    });
});

    </script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.abilitylearningcenter.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.abilitylearningcenter.com/page-sitemap.xml</loc>
		<lastmod>2025-09-16T17:21:54+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->