// Browser detection removed. Replaced by conditional comments
function goto_URL(object)
{
    window.location.href = object.options[object.selectedIndex].value;
}


