function goto_link(select) {
	location.href = select.value
}
