// JavaScript Document
function boton()
{
	document.getElementById("saveForm").value = "enviar";
}
