function Go (select) {
	location.href = select.options[select.options.selectedIndex].value;
}
