function go(theField) {
	window.location=theField.options[theField.selectedIndex].value;
}