function goToURL(list)
{
	var selection = list.options[list.selectedIndex].value
	if (selection != "None")
		location.href = selection
}
