function popupFoto(caminhoFoto)
{
	var foto;
	foto = window.open('foto_exposicao.asp?qsFoto=' + caminhoFoto, 'cadastro', 'height=480,width=640,status=no,toolbar=no,menubar=no,location=no, left=' + (screen.width-640)/2 + ', top=' + (screen.height-480)/2);
	foto.focus();
}

//--------------------------------------------------------

