
function function_redir_select(form){
  var result=(form.Alvo.options[form.Alvo.selectedIndex].value)
  parent.location.href=result
}