// JavaScript Document
function AbrePagina(Foto, tamx, tamy) //abrir pop-up p/ foto
		{
		window.open(Foto,"","resizable=no,toolbar=no,status=no,menubar=no,scrollbars=yes,width=800,height=500")
		}

