}
        $(".ticker-text").css("margin-left", left + "px");
        setTimeout(tick, 89); //El número indica la velocitat (Més petit més ràpid)
      }
      tick();
// Set up the words in your language
var collapseCaption = 'hideOcultar';var expandCaption = 'showMostrar';
var navigationBarHide = '[' + collapseCaption + ']';
/**
 * Shows and hides content and picture Muestra y oculta el contenido y la imagen (if availablesi está disponible) of navigation barsde las barras de navegación.
 *
 * @param {number} indexNavigationBar The index of navigation bar to be toggled
/**
 * Adds showAgrega el botón mostrar /hide-button to navigation barsocultar a las barras de navegación.
 *
 * @param {jQuery} $content
				if ( $( navChild ).hasClass( 'NavPic' ) || $( navChild ).hasClass( 'NavContent' ) ) {
					navChild.style.display = 'none';
					navChild.style.backgroundColor = '#000000';
				}
			}