function progress() {
document.getElementById("comment-post").value = "Enviando..."; 
document.getElementById("comment-post").disabled = true; 
document.getElementById("progress").style.visibility ="visible";
return true;
}
