// $Id: goPage.js 1103 2008-05-09 10:06:09Z dmf $
function goPage(list) {
	var quickNavList = (list != null) ? list : document.quicknavForm.quicknav;
	var newPage = quickNavList.options[quickNavList.selectedIndex].value;
	document.location.href = newPage;
}

