function envia(acao,valor) {
  document.getElementById("acao").value = acao;
  document.getElementById("valor").value = valor;
  document.forms[1].submit();
}
