
<script>
function bsisOpenSystemModal() {
    const modal = document.getElementById('bsis-system-modal');
    if (modal) {
        modal.style.display = 'block';
    }
}

function bsisCloseSystemModal() {
    const modal = document.getElementById('bsis-system-modal');
    if (modal) {
        modal.style.display = 'none';
    }
}

window.addEventListener('click', function(event) {
    const modal = document.getElementById('bsis-system-modal');
    if (modal && event.target === modal) {
        modal.style.display = 'none';
    }
});
</script>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://learning.bellservices-llc.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://learning.bellservices-llc.com/wp-sitemap-posts-page-1.xml</loc></sitemap></sitemapindex>
