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