document.addEventListener("DOMContentLoaded", function () { const button = document.getElementById('dropdown-button'); const dropdown = document.getElementById('dropdown-content'); button.addEventListener('click', function () { if (dropdown.style.display === 'none' || dropdown.style.display === '') { dropdown.style.display = 'block'; } else { dropdown.style.display = 'none'; } }); // Optional: Close the dropdown if clicking outside document.addEventListener('click', function (event) { if (!button.contains(event.target) && !dropdown.contains(event.target)) { dropdown.style.display = 'none'; } }); });
Mana Pools October 2025

Mana Pools October 2025

Mana Pools 2025 7 Mana Pools 2025Photographic Safari 7 – 17 October 2025 A 10 day photographic tour of Zimbabwe’s magnificent Zambezi Valley. More information Experience the ultimate safari Have you ever been on a safari? Think you’ve seen it all? Think...

Pin It on Pinterest