function colocar_noticias_imagenes( tcNoticiasImagenes ){
//	var laJSON = '[{"titulo":"Titulo CERO","copete":"Todo el copete CERO","navegador":"navi_img_0","nav_0":"./imagenes/noticias/noticias_imagenes/navegador_principal/zzz_imagen_no_disponible.png","imagen_0":"","imagen_1":"./imagenes/noticias/noticias_imagenes/navegador_secundario/plan_vial2_2.jpg","imagen_2":"" },{"titulo":"Titulo UNO","copete":"Todo el copete UNO","navegador":"navi_img_1","nav_1":"./archivos/img/nav_1.jpg","imagen_0":"./archivos/img/foto_1_0.jpg","imagen_1":"./archivos/img/foto_1_1.jpg","imagen_2":""},{"titulo":"Titulo DOS","copete":"Todo el copete DOS","navegador":"navi_img_2","nav_2":"./archivos/img/nav_2.jpg","imagen_0":"./archivos/img/foto_2_0.jpg","imagen_1":"./archivos/img/foto_2_1.jpg","imagen_2":"./archivos/img/foto_2_2.jpg"}]';

  //var la = JSON.parse( tcNoticiasImagenes );
	
	try {
		var la = JSON.parse( tcNoticiasImagenes );
	} catch( e ) {
		try {
		var la = eval( '(' + tcNoticiasImagenes + ')' );
		} catch( e ) {
			var la = new Array();
		}
	}
  
  // NAVEGADOR VERTICAL 0	  
  if( la[0]['imagen_0']=="" || typeof la[0]['imagen_0']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( "#p0_snavi_0" ).css( { 'visibility':'hidden' } ); 
  }
  else {
   $( '#img_0_0' ).attr('src', la[0]['imagen_0'] );
  }
  if( la[0]['imagen_1']=="" || typeof la[0]['imagen_1']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( "#p0_snavi_1" ).css( { 'visibility':'hidden' } ); 
  }
  else {
   $( '#img_0_1' ).attr('src', la[0]['imagen_1'] );
  }
  if( la[0]['imagen_2']=="" || typeof la[0]['imagen_2']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( "#p0_snavi_2" ).css( { 'visibility':'hidden' } ); 
  }
  else {
   $( '#img_0_2' ).attr('src', la[0]['imagen_2'] );
  }


  // NAVEGADOR VERTICAL 1	  
  if( la[1]['imagen_0']=="" || typeof la[1]['imagen_0']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( "#p1_snavi_0" ).css( { 'visibility':'hidden' } );
  }
  else {
   $( '#img_1_0' ).attr('src', la[1]['imagen_0'] );
  }
  if( la[1]['imagen_1']=="" || typeof la[1]['imagen_1']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( "#p1_snavi_1" ).css( { 'visibility':'hidden' } ); 
  }
  else {
   $( '#img_1_1' ).attr('src', la[1]['imagen_1'] );
  }
  if( la[1]['imagen_2']=="" || typeof la[1]['imagen_2']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( "#p1_snavi_2" ).css( { 'visibility':'hidden' } ); 
  }
  else {
   $( '#img_1_2' ).attr('src', la[1]['imagen_2'] );
  }


  // NAVEGADOR VERTICAL 2	  
  if( la[2]['imagen_0']=="" || typeof la[2]['imagen_0']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( "#p2_snavi_0" ).css( { 'visibility':'hidden' } ); 
  }
  else {
   $( '#img_2_0' ).attr('src', la[2]['imagen_0'] );
  }
  if( la[2]['imagen_1']=="" || typeof la[2]['imagen_1']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( "#p2_snavi_1" ).css( { 'visibility':'hidden' } ); 
  }
  else {
   $( '#img_2_1' ).attr('src', la[2]['imagen_1'] );
  }
  if( la[2]['imagen_2']=="" || typeof la[2]['imagen_2']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( "#p2_snavi_2" ).css( { 'visibility':'hidden' } ); 
  }
  else {
   $( '#img_2_2' ).attr('src', la[2]['imagen_2'] );
  }

	
  $( '#navi_img_0' ).attr('src', la[0]['nav_0'] );
  $( '#navi_img_1' ).attr('src', la[1]['nav_0'] );
  $( '#navi_img_2' ).attr('src', la[2]['nav_0'] );
  
  $( '#navi_titulo_0' ).text( la[0]['titulo'] );
  $( '#navi_titulo_1' ).text( la[1]['titulo'] );
  $( '#navi_titulo_2' ).text( la[2]['titulo'] );
  
  $( '#navi_copete_0' ).text( la[0]['copete'] );
  $( '#navi_copete_1' ).text( la[1]['copete'] );
  $( '#navi_copete_2' ).text( la[2]['copete'] );

  // Proceso imagenes

  if( la[0]['imagen_0']=="" || typeof la[0]['imagen_0']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( '#img_0_0' ).attr('src', './imagenes/noticias/zzz_imagen_no_disponible.png' );  }
  else {
   $( '#img_0_0' ).attr('src', la[0]['imagen_0'] );
  }
  if( la[0]['imagen_1']=="" || typeof la[0]['imagen_1']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( '#img_0_1' ).attr('src', './imagenes/noticias/zzz_imagen_no_disponible.png' ); 
  }
  else {
   $( '#img_0_1' ).attr('src', la[0]['imagen_1'] );
  }
  if( la[0]['imagen_2']=="" || typeof la[0]['imagen_2']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( '#img_0_2' ).attr('src', './imagenes/noticias/zzz_imagen_no_disponible.png' ); 
  }
  else {
   $( '#img_0_2' ).attr('src', la[0]['imagen_2'] );
  }


  // NAVEGADOR HORIZONTAL 1	  
  if( la[1]['imagen_0']=="" || typeof la[1]['imagen_0']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( '#img_1_0' ).attr('src', './imagenes/noticias/zzz_imagen_no_disponible.png' );
  }
  else {
   $( '#img_1_0' ).attr('src', la[1]['imagen_0'] );
  }
  if( la[1]['imagen_1']=="" || typeof la[1]['imagen_1']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( '#img_1_1' ).attr('src', './imagenes/noticias/zzz_imagen_no_disponible.png' ); 
  }
  else {
   $( '#img_1_1' ).attr('src', la[1]['imagen_1'] );
  }
  if( la[1]['imagen_2']=="" || typeof la[1]['imagen_2']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( '#img_1_2' ).attr('src', './imagenes/noticias/zzz_imagen_no_disponible.png' );  }
  else {
   $( '#img_1_2' ).attr('src', la[1]['imagen_2'] );
  }


  // NAVEGADOR HORIZONTAL 2	  
  if( la[2]['imagen_0']=="" || typeof la[2]['imagen_0']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( '#img_2_1' ).attr('src', './imagenes/noticias/zzz_imagen_no_disponible.png' );  }
  else {
   $( '#img_2_0' ).attr('src', la[2]['imagen_0'] );
  }
  if( la[2]['imagen_1']=="" || typeof la[2]['imagen_1']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( '#img_2_1' ).attr('src', './imagenes/noticias/zzz_imagen_no_disponible.png' );  }
  else {
   $( '#img_2_1' ).attr('src', la[2]['imagen_1'] );
  }
  if( la[2]['imagen_2']=="" || typeof la[2]['imagen_2']=="undefined" ) {
   // LA IMAGEN NO ESTA CARGADA
   $( '#img_2_2' ).attr('src', './imagenes/noticias/zzz_imagen_no_disponible.jpg' ); 
  }
  else {
   $( '#img_2_2' ).attr('src', la[2]['imagen_2'] );
  }
  
  $("#navi_titulo_0").click(function(event) {
      Mostrar_Noticia_Imagenes( la[0]['vinculo'], la[0]['titulo'] );
   });
  
   $("#navi_titulo_1").click(function(event) {
      Mostrar_Noticia_Imagenes( la[1]['vinculo'], la[1]['titulo'] );
   });

   $("#navi_titulo_2").click(function(event) {
      Mostrar_Noticia_Imagenes( la[2]['vinculo'], la[2]['titulo'] );
   });
   
   $("#navi_img_0").click(function(event) {
	      Mostrar_Noticia_Imagenes( la[0]['vinculo'], la[0]['titulo'] );
   });
  
   $("#navi_img_1").click(function(event) {
      Mostrar_Noticia_Imagenes( la[1]['vinculo'], la[1]['titulo'] );
   });

   $("#navi_img_2").click(function(event) {
      Mostrar_Noticia_Imagenes( la[2]['vinculo'], la[2]['titulo'] );
   });
}
function Mostrar_Noticia_Imagenes( tiId, tcTitulo ){
   $( "#salida_1_solo_titulo" ).html( 'Accediendo a: '+ tcTitulo );
   $( "#salida_1_solo" ).css( { 'visibility':'visible' } );
   Procesar( "busqueda", "objeto", tiId );
   $( "#salida_1_solo_titulo" ).html( 'Visualizando a: '+ tcTitulo );
   Ocultar( 'mensajes_proceso' );
}

