// JavaScript Document
// onClick="Enviar('Nome do formulario')"
function Enviar(X){
	document.getElementById(X).submit();
}
