function go() {
	box = document.table_choice_form.select;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}