/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor="#197958";			// Background color when mouse is not over
	var HighBgColor="#197958";		// Background color when mouse is over
	var FontLowColor="#FFCCCC";		// Font color when mouse is not over
	var FontHighColor="#FFFFCC";		// Font color when mouse is over
	var BorderColor="#3A7021";		// Border color

//	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='#197958';			// Background color when mouse is not over on subs
//	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='#AA0041';			// Background color when mouse is over on subs
//	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='#FFCCCC';			// Font color subs when mouse is not over
//	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='FFFFFF';			// Font color subs when mouse is over
//	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0

	var MenuTextCentered="center";		// Item text position left, center or right
	var MenuCentered="center";		// Menu horizontal position can be: left, center, right
//	var MenuVerticalCentered="center";	// Menu vertical position top, middle,bottom or static

//	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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=1;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	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="topFrame";	// Frame where first level appears
	var SecLineFrame="";	// Frame where sub levels appear
	var DocTargetFrame="";	// 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=['tri.gif',5,10,'tridown.gif',10,5,'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("Home","javascript:top.frames['mainFrame'].location='index_bot.htm'","",0,20,130);

Menu2=new Array("About AVEnTours","","",4,20,130);
	Menu2_1=new Array("Who We Are","javascript:top.frames['mainFrame'].location='about_av/WHO_WE_ARE/Who_we_R.htm'","",0,20,130);
	Menu2_2=new Array("Our Philosophy","javascript:top.frames['mainFrame'].location='about_av/OUR_PHIL/Our_phil.htm'","",0,20,130);
	Menu2_3=new Array("Why Choose Us","javascript:top.frames['mainFrame'].location='about_av/WHY_US/Why_us.htm'","",0,20,130);	
	Menu2_4=new Array("Photo Journal","javascript:top.frames['mainFrame'].location='about_av/PHOTOS/map_clik.htm'","",0,20,130);

Menu3=new Array("About Costa Rica","","",3,20,130);
	Menu3_1=new Array("Why Costa Rica?","javascript:top.frames['mainFrame'].location='about_cr/WHYCR/why_cr.htm'","",0,20,130);
	Menu3_2=new Array("Fast Facts About <br> Costa Rica","javascript:top.frames['mainFrame'].location='about_cr/GENINFO/Fastfacts.htm'","",0,30,130);
	Menu3_3=new Array("Map","javascript:top.frames['mainFrame'].location='about_cr/MAPS/map.htm'","",0,20,130);
	Menu3_4=new Array("Turtle Nesting Charts","javascript:top.frames['mainFrame'].location='about_cr/TURTLE/nesting.htm'","",0,20,130);	
	Menu3_5=new Array("Costa Rica Climate","javascript:top.frames['mainFrame'].location='index_holder.htm'","",0,20,130);		
Menu4=new Array("Our Tours","","",3,20,130);
	Menu4_1=new Array("Tailor Made Private<br> Guided Tours","","",3,30,130);
		Menu4_1_1=new Array("Overview","javascript:top.frames['mainFrame'].location='Tours/CUSTOM/private_tours.htm'","",0,20,130);
		Menu4_1_2=new Array("Sample Itineraries","","",3,20,130);
			Menu4_1_2_1=new Array("Jungles & Mountains","javascript:window.open('Tours/CUSTOM/jungles.pdf')","",0,20,130);
			Menu4_1_2_2=new Array("Coast-to-Coast","javascript:window.open('Tours/CUSTOM/coast.pdf')","",0,20,130);
			Menu4_1_2_3=new Array("Birding Journey","javascript:window.open('Tours/CUSTOM/birding.pdf')","",0,20,130);
		Menu4_1_3=new Array("Booking","javascript:top.frames['mainFrame'].location='contact/contact_us.htm'","",0,20,130);
	Menu4_2=new Array("Private One Day Tours<br><i>[Coming Soon]</i>","","",0,30,130);
	Menu4_3=new Array("3 Day Mini-Escapes<i>[Coming Soon]</i>","","",0,30,130);
//Menu5=new Array("Booking","javascript:top.frames['mainFrame'].location='index_holder.htm'","",1,20,130);
	//Menu5_1=new Array("Booking Form<br><i>[Coming Soon]</i>","javascript:top.frames['mainFrame'].location='contact/contact_us.htm'","",0,30,130);
		//Menu5_1_1=new Array("Medical Insurance","javascript:top.frames['mainFrame'].location='index.holder.htm'","",0,20,130);						Menu5_1_4=new Array("Entry Requirements","javascript:top.frames['mainFrame'].location='index.holder.htm'","",0,20,130);
	//Menu5_2=new Array("Payment Information","javascript:top.frames['mainFrame'].location='index.holder.htm'","",0,20,130);
		//Menu5_2_1=new Array("Turtle Nesting Chart","javascript:top.frames['mainFrame'].location='info/while/nesting.htm'","",0,20,130);
		//Menu5_2_2=new Array("Birding List","javascript:top.frames['mainFrame'].location='index.holder.htm'","",0,20,130);
		//Menu5_2_3=new Array("Pictures of Costa Rica","javascript:top.frames['mainFrame'].location='index.holder.htm'","",0,20,130);
		//Menu5_2_4=new Array("Departure Tax","javascript:top.frames['mainFrame'].location='index.holder.htm'","",0,20,130);
Menu5=new Array("Traveling Hints","","",2,20,130);
	Menu5_1=new Array("Packing Checklist","javascript:top.frames['mainFrame'].location='booking/packing.htm'","",0,20,130);
	Menu5_2=new Array("Suggested Reading","javascript:top.frames['mainFrame'].location='http://www.amazon.com/gp/richpub/listmania/fullview/733E0Q44DM8Q/102-3093194-6262548?%5Fencoding=UTF8'","",0,20,130);
Menu6=new Array("Contact Us","javascript:top.frames['mainFrame'].location='contact/contact_us.htm'","",0,20,130);



