
<!-- 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|historia.htm|;"+		
			 "Información General|informaciongeneral.htm|;"+ 		
			 "Recorrido|recorrido.htm|;"+ 		
			 "Instrucciones Finales|instruccionesfinales.htm|;"+ 		
			 "Función Social|funcionsocial.htm|;" 		
			 			 
menublock[1]="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
			 "Inscripciones|#|;"+	                    // text and URL of first mainlink
			 "Inscripciones|inscripciones.htm|;"

menublock[2]="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
			 "Eventos|#|;"+ 				        // text|URL|target of mainlink
			 "Previos|previos.htm|;"+		
			 "Fín de Semana|findesemana.htm|;"+ 		
			 "Expo-Deporte|expodeporte.htm|;"

menublock[3]="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|agenciaoficial.htm|;"+ 		
			 "Hoteles Oficiales|hotelesoficiales.htm|;"+ 		
			 "Planes Especiales|planesespeciales.htm|;"+ 		
			 "Información de Viaje|informaciondeviaje.htm|;"+
			 "Bienvenido al Valle|bienvenidoalvalle.htm|;"+
			 "Bienvenido a Cali|bienvenidoacali.htm|;"		

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
			 "Recordatorios|#|;"+ 				        // text|URL|target of mainlink
			 "Tienda|tienda.htm|;"+		
			 "Afiches|afiches.htm|;"+ 		
			 "Fotos|fotos.htm|;"+ 		
			 "Descansadores|descansadores.htm|;"
		 
menublock[5]="Arial Narrow;"+		// font mainlink
			 "2;"+				// fontsize mainlink
			 "#000000;"+		// fontcolor mainlink
			 "0;"+				// fontweight mainlink, 1 means bold, 0 means normal
             ";;;;"+ 		    // leave it empty
			 "Mis Mompas|mismompas.htm|;"   // text and URL of mainlink

menublock[6]="Arial Narrow;"+		// font mainlink
			 "2;"+				// fontsize mainlink
			 "#000000;"+		// fontcolor mainlink
			 "0;"+				// fontweight mainlink, 1 means bold, 0 means normal
             ";;;;"+ 		    // leave it empty
			 "Patrocinadores|patrocinadores.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
			 "Atletas Élite|atletaselites.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
			 "Mapas|mapas.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
			 "Prensa|prensa.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
			 "Arial Narrow;"+ 		// font sublinks
			 "1;"+				// fontsize sublinks
			 "#000000;"+		// fontcolor sublinks
			 "1;"+				// fontweight sublinks, 1 means bold, 0 means normal
			 "Pérfiles-Columnistas|#|;"+ 				        // text|URL|target of mainlink
			 "Pérfiles|perfiles.htm|;"+		
			 "Columnistas|columnistas.htm|;"+ 		
			 "Caricaturas|caricaturas.htm|;"
		 
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|resultados.htm|;"   // text and URL of mainlink
