// JavaScript Document
function go(myForm) {
	destination = myForm.value;
	if (destination) location.href = destination;
}