

function goto_URL(object) {
	    window.location.href = object.options[object.selectedIndex].value;
}

