// JavaScript Document
function Esconde(){
document.getElementById('theLayer').style.visibility="hidden";
}