function send(f)
{
 var chosen;
 chosen=f.go2.options[f.go2.selectedIndex].value;
 location.href=chosen;
 return false;
} 