function FF_pinchadoFotos(id)
	{
	tema = 'fotosecuencia.php?id=' + id; 	
	window.open(tema, "todonatacion" , "width=950px , height=500px, left=0px, top=0px, resizable=1, status=1"  );	
	}
	
function FF_pinchadoVideo(id)
	{	
	tema = 'verVideo.php?id=' + id; 
	window.open(tema, "todonatacion" , "width=950px , height=500px, left=0px, top=0px, resizable=1, status=1"  );	
	}
