Israa Academy

let menuItems = document.querySelectorAll('#menu-1-649e175 li.menu-item.menu-item-has-children'); menuItems.forEach(menuItem => { let link = menuItem.querySelector('a'); // Check if the link exists before adding the onclick handler if (link) { link.onclick = function(event) { event.preventDefault(); event.stopPropagation(); let subMenu = menuItem.querySelector('ul.sub-menu'); let isExpanded = subMenu && subMenu.classList.contains('submenu-open'); // Close other menus menuItems.forEach(otherMenuItem => { if (otherMenuItem !== menuItem) { let otherSubMenu = otherMenuItem.querySelector('ul.sub-menu'); if (otherSubMenu) { otherSubMenu.style.visibility = 'hidden'; otherSubMenu.style.opacity = '0'; otherSubMenu.style.height = '0'; otherSubMenu.style.position = 'absolute'; otherSubMenu.classList.remove('submenu-open'); } let otherLink = otherMenuItem.querySelector('a'); if (otherLink) { otherLink.setAttribute('aria-expanded', 'false'); } } }); // Toggle current menu if (!isExpanded) { if (subMenu) { subMenu.style.visibility = 'visible'; subMenu.style.opacity = '1'; subMenu.style.height = 'auto'; subMenu.style.position = 'relative'; subMenu.style.transition = '0.3s'; subMenu.classList.add('submenu-open'); } link.setAttribute('aria-expanded', 'true'); } else { if (subMenu) { subMenu.style.visibility = 'hidden'; subMenu.style.opacity = '0'; subMenu.style.height = '0'; subMenu.style.position = 'absolute'; subMenu.classList.remove('submenu-open'); } link.setAttribute('aria-expanded', 'false'); } }; } });

Embrace the Potential of Your Middle Schooler at Israa Academy!

Our Middle School program provides a supportive and challenging environment where students deepen their knowledge and understanding of core subjects while solidifying their Islamic foundation. We prepare them for academic success in high school and beyond, while fostering their unique talents and interests.

Why Choose
Israa Academy's
Middle School?

Thrive at Israa Academy
Middle School!

Deeper Exploration of Core Subjects

Continued Islamic Studies Integration

Project-Based Learning & Research

Diverse Electives & Extracurricular Activities

Character Development & Leadership Skills

Preparing for High School & Beyond