function go() {
	box = document.forms[0].resorts;
	destination = box.options[box.selectedIndex].value;
	if (destination) window.open(destination);
}