<!-- Start Hiding the Script

function jumpTo(URL_List){
   var URL = URL_List.options[URL_List.selectedIndex].value;
   window.location.href = URL;
}

function goHere(newLoc)	{
		
	newPage = newLoc.options[newLoc.selectedIndex].value;
	if (newPage != "") {window.location.href = newPage;}
						
}

// Stop Hiding script --->