// JavaScript Document
function VerTexto(strPath)
{	document.getElementById('Texto').src = strPath;
}

function adjustIFrameSize(iframe)
{
iframe.height = iframe.contentDocument.height;

} 
