<!--
//By Plínio Stanley

function popup1(foto, tamx, tamy)
{
window.open(foto,"","resizable=yes,toolbar=yes,status=no,menubar=no,scrollbars=yes,width=" + tamx + ",height=" + tamy)
}
// -->

<!--
function popup2(foto, tamx, tamy)
{
window.open(foto,"","resizable=yes,toolbar=no,status=no,menubar=no,scrollbars=yes,width=" + tamx + ",height=" + tamy)
}
// -->



