function go_selected(selectbox) {
	destination = selectbox.options[selectbox.selectedIndex].value;
	if (destination) location.href = destination;
}


