function showOverflow()
{
	document.getElementById("corpo").style.overflow="visible";
	document.getElementById("corpo").style.height="auto";
}
