// JavaScript function to navigate to the selected section function navigateToSection(urlTitle) { if (urlTitle) { window.location.href = '#' + urlTitle; } }