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