// JavaScript Document
function foto(nome)
{
	window.open('./foto.php?foto='+nome,'FotoGrande','scrollbars=no,resizable=no,width=500,height=450,status=no,location=no,toolbar=no');
}