// JavaScript Selection Box
function navHandler(list){
	window.location.href = list
	.options[list.selectedIndex].value;}