function goto_URL() {
	var object;
	object=document.all("selectName");
    window.location.href = object.options[object.selectedIndex].value;
}