
<!-- Beginning of JavaScript -

// CREDITS:
// new hierarchical menu Version 1.1 by Urs Dudli and Peter Gehrig 
// Copyright (c) 1999 Peter Gehrig and Urs Dudli. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at http://www.24fun.ch.
// info@24fun.ch
// 1/18/2000

// IMPORTANT: 
// If you add this script to a script-library or script-archive 
// you have to add a link to http://www.24fun.ch on the webpage 
// where this script Script will be running.

//  **********************************************************************************

// INSTRUCTIONS: 
// Configure the menu and font parameters for each menublock below.
// each menublock[x] contains all necessary informations to build one menu-item with 
// as many sublinks as you like. You can add as many menublocks as you need.
//
// ATTENTION: When you configure the menublocks take care that you
// set the ";" and the "+" as seen below.

//  **********************************************************************************

var menublock=new Array() // no need to change this
var plus_i=0 // no need to change this

menublock[0]="Arial Narrow;"+		// font mainlink
			 "2;"+				// fontsize mainlink
			 "#000000;"+		// fontcolor mainlink
			 "0;"+				// fontweight mainlink, 1 means bold, 0 means normal
			 "Arial Narrow;"+ 		// font sublinks
			 "1;"+				// fontsize sublinks
			 "#000000;"+		// fontcolor sublinks
			 "1;"+				// fontweight sublinks, 1 means bold, 0 means normal
			 "Información|#|;"+ 				        // text|URL|target of mainlink
			 "Historia|historia8.htm|;"+		
			 "Maratón|maraton8.htm|;"+ 		
			 "Recorrido|recorrido8.htm|;"+ 		
			 "Recorrido Virtual|recorridovirtual8.htm|;"

menublock[1]="Arial Narrow;"+		// font mainlink
			 "2;"+				// fontsize mainlink
			 "#000000;"+		// fontcolor mainlink
			 "0;"+				// fontweight mainlink, 1 means bold, 0 means normal
             ";;;;"+ 		    // leave it empty
			 "Relevos y 5K|relevosy5k8.htm|;"   // text and URL of mainlink
menublock[2]="Arial Narrow;"+		// font mainlink
			 "2;"+				// fontsize mainlink
			 "#000000;"+		// fontcolor mainlink
			 "0;"+				// fontweight mainlink, 1 means bold, 0 means normal
             ";;;;"+ 		    // leave it empty
			 "Información General|informaciongeneral8.htm|;"   // text and URL of mainlink			 						 
menublock[3]="Arial Narrow;"+		// font mainlink
			 "2;"+				// fontsize mainlink
			 "#000000;"+		// fontcolor mainlink
			 "0;"+				// fontweight mainlink, 1 means bold, 0 means normal
             ";;;;"+ 		    // leave it empty
			 "Inscripciones|inscripciones8.htm|;"   // text and URL of mainlink			 						 
menublock[4]="Arial Narrow;"+		// font mainlink
			 "2;"+				// fontsize mainlink
			 "#000000;"+		// fontcolor mainlink
			 "0;"+				// fontweight mainlink, 1 means bold, 0 means normal
			 "Arial Narrow;"+ 		// font sublinks
			 "1;"+				// fontsize sublinks
			 "#000000;"+		// fontcolor sublinks
			 "1;"+				// fontweight sublinks, 1 means bold, 0 means normal
			 "Viaje-Alojamiento|#|;"+ 				        // text|URL|target of mainlink
			 "Agencia Oficial|agenciaoficial8.htm|;"+ 		
			 "Hoteles Oficiales|hotelesoficiales8.htm|;"+ 		
			 "Planes Especiales|planesespeciales8.htm|;"+ 		
			 "Información de Viaje|informaciondeviaje8.htm|;"+
			 "Bienvenido al Valle|bienvenidoalvalle8.htm|;"+
			 "Bienvenido a Darién|bienvenidoadarien8.htm|;"
menublock[5]="Arial Narrow;"+		// font mainlink
			 "2;"+				// fontsize mainlink
			 "#000000;"+		// fontcolor mainlink
			 "0;"+				// fontweight mainlink, 1 means bold, 0 means normal
			 "Arial Narrow;"+ 		// font sublinks
			 "1;"+				// fontsize sublinks
			 "#000000;"+		// fontcolor sublinks
			 "1;"+				// fontweight sublinks, 1 means bold, 0 means normal
			 "Recordatorios|#|;"+ 				        // text|URL|target of mainlink
			 "Tienda|tienda8.htm|;"+		
			 "Afiches|afiches8.htm|;"+ 		
			 "Fotos y Vídeos|fotos8.htm|;"+ 		
			 "Descansadores|descansadores8.htm|;"
		 
menublock[6]="Arial Narrow;"+		// font mainlink
			 "2;"+				// fontsize mainlink
			 "#000000;"+		// fontcolor mainlink
			 "0;"+				// fontweight mainlink, 1 means bold, 0 means normal
             ";;;;"+ 		    // leave it empty
			 "Mis Mompas|mismompas8.htm|;"   // text and URL of mainlink

menublock[7]="Arial Narrow;"+		// font mainlink
			 "2;"+				// fontsize mainlink
			 "#000000;"+		// fontcolor mainlink
			 "0;"+				// fontweight mainlink, 1 means bold, 0 means normal
             ";;;;"+ 		    // leave it empty
			 "Patrocinadores|patrocinadores8.htm|;"   // text and URL of mainlink

menublock[8]="Arial Narrow;"+		// font mainlink
			 "2;"+				// fontsize mainlink
			 "#000000;"+		// fontcolor mainlink
			 "0;"+				// fontweight mainlink, 1 means bold, 0 means normal
             ";;;;"+ 		    // leave it empty
			 "Atletas Élite|atletaselites8.htm|;"   // text and URL of mainlink

menublock[9]="Arial Narrow;"+		// font mainlink
			 "2;"+				// fontsize mainlink
			 "#000000;"+		// fontcolor mainlink
			 "0;"+				// fontweight mainlink, 1 means bold, 0 means normal
             ";;;;"+ 		    // leave it empty
			 "Mapas|mapas8.htm|;"   // text and URL of mainlink

menublock[10]="Arial Narrow;"+		// font mainlink
			 "2;"+				// fontsize mainlink
			 "#000000;"+		// fontcolor mainlink
			 "0;"+				// fontweight mainlink, 1 means bold, 0 means normal
             ";;;;"+ 		    // leave it empty
			 "Prensa|prensa8.htm|;"   // text and URL of mainlink
		 
menublock[11]="Arial Narrow;"+		// font mainlink
			 "2;"+				// fontsize mainlink
			 "#000000;"+		// fontcolor mainlink
			 "0;"+				// fontweight mainlink, 1 means bold, 0 means normal
             ";;;;"+ 		    // leave it empty
			 "Resultados|resultados8.htm|;"   // text and URL of mainlink
