/***********************************************************************************
*	(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=14;			// Number of first level items
	var LowBgColor='#3D3D3E';			// Background color when mouse is not over
	var LowSubBgColor='#5A81AF';			// Background color when mouse is not over on subs
	var HighBgColor='#3D3D3E';			// Background color when mouse is over
	var HighSubBgColor='#95601D';			// Background color when mouse is over on subs
	var FontLowColor='#F6A04A';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#6A796A';			// Border color
	var BorderSubColor='#6A796A';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// 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=5;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=1;			// 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='NAV';				// 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=0;				// 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("rollover:images/NAV_off_01.gif:images/NAV_off_01.gif","","",0,24,22);

Menu2=new Array("rollover:images/NAV_off_02.gif:images/NAV_on_02.gif","index.html","",2,24,66);
	Menu2_1=new Array("Welcome","welcome.html","",0,25,80);
	Menu2_2=new Array("Reviews","reviews.html","",0);
	
Menu3=new Array("rollover:images/NAV_off_03.gif:images/NAV_off_03.gif","","",0,24,16);

Menu4=new Array("rollover:images/NAV_off_04.gif:images/NAV_on_04.gif","rooms.html","",4,24,61);
	Menu4_1=new Array("Room List","rooms.html","",11,25,130);
				Menu4_1_1=new Array("The Apple Orchard","apple_orchard.html","",0,25,145);
                Menu4_1_2=new Array("The Trading Post","trading_post.html","",0);
				Menu4_1_3=new Array("Hollywood Out West","hollywood_out_west.html","",0);
                Menu4_1_4=new Array("The Bunkhouse","bunkhouse.html","",0);
				Menu4_1_5=new Array("Golf on the Rocks","golf_on_the_rocks.html","",0);
                Menu4_1_6=new Array("The Garden Gate","garden_gate.html","",0);
				Menu4_1_7=new Array("Homestead Hearts","homestead_hearts.html","",0);
                Menu4_1_8=new Array("The Duck Pond","duck_pond.html","",0);
				Menu4_1_9=new Array("The Rested Rooster","rested_rooster.html","",0);
                Menu4_1_10=new Array("The Rose Arbor","rose_arbor.html","",0);
				Menu4_1_11=new Array("The Angler's Retreat","anglers_retreat.html","",0);
				
	Menu4_2=new Array("Amenities","amenities.html","",0);
	Menu4_3=new Array("Tariffs & Tidbits","tariffs.html","",0);
	Menu4_4=new Array("Book Online","reservations_availability.html","",0);
	
Menu5=new Array("rollover:images/NAV_off_05.gif:images/NAV_off_05.gif","","",0,24,13);

Menu6=new Array("rollover:images/NAV_off_06.gif:images/NAV_on_06.gif","reservations_availability.html","",2,24,101);
	Menu6_1=new Array("Reservations","reservations_availability.html","",0,25,130);
	Menu6_2=new Array("Contact Us","contact.html","",0);

Menu7=new Array("rollover:images/NAV_off_07.gif:images/NAV_off_07.gif","","",0,24,16);

Menu8=new Array("rollover:images/NAV_off_08.gif:images/NAV_on_08.gif","culinary_delights.html","",2,24,147);
	Menu8_1=new Array("Chefs & Menus","culinary_delights.html","",0,25,130);
	Menu8_2=new Array("Famous Recipes","famous_recipes.html","",0);

Menu9=new Array("rollover:images/NAV_off_09.gif:images/NAV_off_09.gif","","",0,24,14);

Menu10=new Array("rollover:images/NAV_off_10.gif:images/NAV_on_10.gif","activities.html","",3,24,83);
	Menu10_1=new Array("Events","events.html","",0,25,130);
	Menu10_2=new Array("Area Attractions","activities.html","",0);
	Menu10_3=new Array("Itineraries","itineraries.html","",0);
	
Menu11=new Array("rollover:images/NAV_off_11.gif:images/NAV_off_11.gif","","",0,24,14);

Menu12=new Array("rollover:images/NAV_off_12.gif:images/NAV_on_12.gif","weather.html","",0,24,80);

Menu13=new Array("rollover:images/NAV_off_13.gif:images/NAV_off_13.gif","","",0,24,13);

Menu14=new Array("rollover:images/NAV_off_14.gif:images/NAV_on_14.gif","directions.html","",0,24,114);


