// JavaScript Document
<!--
function AbrePagina(Foto, tamx, tamy)
{
window.open(Foto,"","resizable=yes,toolbar=no,status=no,menubar=no,scrollbars=no,width=" + tamx + ",height=" + tamy)
}
// -->
