function go1() {
	box = document.forms[1].url1;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
