/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items // numero de layers de nivel 1
	var LowBgColor='#214B77';			// Background color when mouse is not over // color de la celdas nivel 1
	var LowSubBgColor='#214B77';		// Background color when mouse is not over on subs // color de las celda de nivel 2 (submenus)
	var HighBgColor='#00ABCC';			// Background color when mouse is over // color rolower de las celdas nivel 1
	var HighSubBgColor='#B6A684';		// Background color when mouse is over on subs // color rollover de las celdas nivel 2 (submenus)
	var FontLowColor='#00ABCC';			// Font color when mouse is not over // color txt de la celdas nivel 1
	var FontSubLowColor='#B6A684';		// Font color subs when mouse is not over // color txt de las celda de nivel 2 (submenus)
	var FontHighColor='white';			// Font color when mouse is over // color txt rolower de las celdas nivel 1
	var FontSubHighColor='white';		// Font color subs when mouse is over // color txt rolower de las celda de nivel 2 (submenus)
	var BorderColor='B21F0C' ;			// Border color // color del borde de las celdas nivel 1
	var BorderSubColor='#DFDEA6';		// Border color for subs // color del borde de las celdas nivel 2 (submenus)
	var BorderWidth=0;					// Border width // grosor del borde de las celdas
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0 // linea separacion entre celdas del nivel 2 (1 o 0)
	var FontFamily="verdana"			// Font family menu items // Familia fuente
	var FontSize=8;						// Font size menu items //  Tamaño fuente
	var FontBold=0;						// Bold menu items 1 or 0 // fuente normal o negrita (1 o 0)
	var FontItalic=0;					// Italic menu items 1 or 0 // fuente normal o italica (1 o 0)
	var MenuTextCentered='left';		// Item text position 'left', 'center' or 'right' // texto alineado izquierda, centro o derecha
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right' // posicion H menu (izq. centro o dcha.)
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static // posicion H menu (arriba. abajo, en medio. o estatico)
	var ChildOverlap=-0.01;				// horizontal overlap child/ parent // solapamiento h
	var ChildVerticalOverlap=0.1;		// vertical overlap child/ parent // solapamiento v
	var StartTop=71;					// Menu offset x coordinate // distancia menu - arriba
	var StartLeft=37;					// Menu offset y coordinate // distancia menu - izq
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=3;					// Left padding
	var TopPaddng=2;					// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL // ALINIACIÓN DEL MENU HORIZONTAL (1) O VERTICAL (0)
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='MyFrameOne';	// Frame where first level appears
	var SecLineFrame='MyFrameOne';		// Frame where sub levels appear
	var DocTargetFrame='MyFrameOne';	// Frame where target documents appear
	var TargetLoc='';					// span id for relative positioning
	var HideTop=0;						// Hide first level when loading new document 1 or 0
	var MenuWrap=1;						// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;					// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover // aparición del nivel 2 en el click o en el mouseover
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=1;					// Uses arrow gifs when 1
	var KeepHilite=1;					// Keep selected path highligthed
	var Arrws=['imagenes/shim.gif',1,20,'imagenes/shim.gif',1,20,'imagenes/shim.gif',1,20];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Beturián Ara","beturianAra.html","imagenes/shim.gif",2,18,88);
	Menu1_1=new Array("Beturián","beturian.html","",0,18,88);
	Menu1_2=new Array("Ara","ara.html","",0,18,88);
	
Menu2=new Array("Contenidos","","imagenes/shim.gif",5,18,79);
	Menu2_1=new Array("Ficha técnica","fichaTecnica.html","",0,18,105);
	Menu2_2=new Array("Presentación","presentacion.html","",0,18,105);
	Menu2_3=new Array("Índice","","",2,18,105);
		Menu2_3_1=new Array("Volumen 1","indice1.html","",0,18,85);
		Menu2_3_2=new Array("Volumen 2","indice2.html","",0,18,85);
	Menu2_4=new Array("Listados de picos","picos.html","",0,18,105);
	Menu2_5=new Array("Ejemplo RUTA","ruta.html","",0,18,105);
	
Menu3=new Array("Comprar","comprar.html","imagenes/shim.gif",0,18,64);

Menu4=new Array("Contactar","contactar.html","imagenes/shim.gif",0,18,70);

Menu5=new Array("Noticias","noticias.html","imagenes/shim.gif",0,18,59);

Menu6=new Array("Visitas virtuales","visitasVirtuales.html","imagenes/shim.gif",0,18,98);