<!--

function listNav(newPage) {

	newLoc = newPage.options[newPage.selectedIndex].value
	
	if (newLoc != "") {
		window.location.href = newLoc
	}

}

// -->