

var obj = document.getElementById("mostra");
if (screen.height<800)
	obj.style.display = "none";

