Foto = null;
function ver_foto(foto){
	if(Foto && !Foto.closed){
		Foto.close();
	}
	
	Foto = window.open ("foto.php?foto="+foto,"FotoWin","width=750,height=560,status=yes");

	Foto.focus();
}
