// JavaScript Document

function carrega ()
{
	document.getElementById("topo").style.visibility = "visible";
}
