
<!-- 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
             ";;;;"+ 		    // leave it empty
			 "Historia|historia3.htm|;"   // text and URL of mainlink
menublock[1]="Arial Narrow;"+		// font mainlink
			 "2;"+				// fontsize mainlink
			 "#000000;"+		// fontcolor mainlink
			 "0;"+				// fontweight mainlink, 1 means bold, 0 means normal
             ";;;;"+ 		    // leave it empty
			 "Información|informacion3.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
			 "Instrucciones Finales|instruccionesfinales3.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
			 "Patrocinadores|patrocinadores3.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
             ";;;;"+ 		    // leave it empty
			 "Mapas|mapas3.htm|;"   // text and URL of mainlink
menublock[5]="Arial Narrow;"+		// font mainlink
			 "2;"+				// fontsize mainlink
			 "#000000;"+		// fontcolor mainlink
			 "0;"+				// fontweight mainlink, 1 means bold, 0 means normal
             ";;;;"+ 		    // leave it empty
			 "Prensa|prensa3.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
			 "Fotos y Vídeos|fotos3.htm|;"   // text and URL of mainlink
