﻿function Esconde() {
    document.getElementById('form_visible').style.visibility = "visible";
}
