function foto(d,f) {
//	novaJanela=window.open("",'foto','resizable=yes,width=700,height=700');
//	novaJanela.document.write('<html><head><title>GrupoEscoteiroTimbo.org.br - Foto</title><style type="text/css">body { margin:0; background-color:#DFE4D2; }</style></head><body><TABLE style="position:absolute;width:100%;height:100%;"><TR><TD><CENTER><a href="javascript:window.close()"><img border="0" src="/fotos/'+loc+'"></a><BR><a href="javascript:window.close()">Fechar [x]</a></CENTER></TD></TR></TABLE></body></html>');
//    novaJanela.document.close();
	$("#preview").html('<img src="'+unescape('/image.php/'+f+'?width=486&image=/fotos/'+d+'/'+f)+'" alt="Foto">');
}
