function changePage(newLoc) {
	nextPage = newLoc.options[newLoc.selectedIndex].value
	if (nextPage != "") top.location.href = nextPage
 }