function Esconde()
{
document.getElementById("fora").style.display="none";
};
