function go(select) {
    box = select;
    destination = box.options[box.selectedIndex].value;
    if (destination) location.href = destination;
}