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