function gotoSection() {
	var newIndex = document.navForm.lc.selectedIndex; 
	var cururl = document.navForm.lc.options[newIndex].value; 
	window.location.assign( cururl ); 
}