// Dropdown Menu With Go Button navigating to page within site
function navigate() {
	var menuIndex=document.formExplore.selectMenu.selectedIndex; 
	document.location=document.formExplore.selectMenu.options[menuIndex].value;
}

var homePage='yes';
