	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='White';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#F8C406';			// Background color when mouse is over
	var HighSubBgColor='#F8C406';			// Background color when mouse is over on subs
	var FontLowColor='#132B47';			// Font color when mouse is not over
	var FontSubLowColor='#132B47';			// Font color subs when mouse is not over
	var FontHighColor='#132B47';			// Font color when mouse is over
	var FontSubHighColor='#132B47';			// Font color subs when mouse is over
	var BorderColor='#132B47';			// Border color
	var BorderSubColor='#132B47';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.01;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=155;				// Menu offset x coordinate
	var StartLeft=20;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=10;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// 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='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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
	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=['images/tri.gif',8,10,'images/tridown.gif',10,5,'images/trileft.gif',5,10];	// 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("Inicio","javascript:I1.location.href='html/inicio.htm'","",0,15,135);

Menu2=new Array("Excursiones","","",10);
		
	Menu2_1=new Array("City Tour","index1.htm","",0,15,280);	
	Menu2_2=new Array("City Tour con almuerzo y navegación","index2.htm","",0,15,200);
	Menu2_3=new Array("Tigre y Delta del Paraná","index3.htm","",0,15,200);	
	Menu2_4=new Array("Tigre con Almuerzo y Mercado de Frutos","index4.htm","",0,15,200);
	Menu2_5=new Array("Parque de la Costa (Diversiones)","index5.htm","",0,15,200);
	Menu2_6=new Array("Fiesta Gaucha","index6.htm","",0,15,200);
	Menu2_7=new Array("La Noche","index7.htm","",0,15,200);
	Menu2_8=new Array("Tango Show","index8.htm","",0,15,200);
	Menu2_9=new Array("Folklore","index9.htm","",0,15,200);
	Menu2_10=new Array("Delta y Rio de la Plata PREMIUM","index10.htm","",0,15,200);
	
Menu3=new Array("Horarios y Tarifas","javascript:I1.location.href='html/horarios.htm'","",0);
	Menu3_1=new Array("Traslados","","",0,15,150);
	Menu3_2=new Array("otro","","",0);
	Menu3_3=new Array("otro","","",0);

Menu4=new Array("Reservas","javascript:I1.location.href='html/re0.htm'","",0);
	Menu4_1=new Array("Tango","","",0,15,180);
	Menu4_2=new Array("Mapas","","",0);
	Menu4_3=new Array("FAQ","","",0);
	Menu4_4=new Array("Museos","","",0);
	Menu4_5=new Array("Links","","",0);

Menu5=new Array("Traslados","javascript:I1.location.href='html/traslados.htm'","",0);
	

Menu6=new Array("Excursiones Privadas","javascript:I1.location.href='html/privadas.htm'","",0,15,145);
	Menu6_1=new Array("Author\'s Site","http://www.burmees.nl/","",0,20,140);

Menu7=new Array("Contáctenos","javascript:I1.location.href='html/contacto.htm'","",0);
	Menu7_1=new Array("Author\'s Site","http://www.burmees.nl/","",0,20,140);

Menu8=new Array("Como Llegar","javascript:I1.location.href='html/comollegar.htm'","",0);

Menu9=new Array("Institucional","javascript:I1.location.href='html/nosotros.htm'","",0,15,145);


