function enviar(form){
$(form).submit();
}

function limpar(form){
$(form).reset();
}