// JavaScript Document

function go() {
	box = document.forms["dropdownMenu"].url;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
