function enviar() {
   window.document.forms[0].submit();
}

function voltar() {
   history.back();
}

