
function go()
{
location.href=
document.dropdown.list.options[document.dropdown.list.selectedIndex].value
}
