
	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='6f94c4';			// Background color when mouse is not over
	var LowSubBgColor='6f94c4';			                   // Background color when mouse is not over on subs
	var HighBgColor='6f94c4';			// Background color when mouse is over
	var HighSubBgColor='6f94c4';			// Background color when mouse is over on subs
	var FontLowColor='000000';			// Font color when mouse is not over
	var FontSubLowColor='000000';			// Font color subs when mouse is not over
	var FontHighColor='7c4204';			// Font color when mouse is over
	var FontSubHighColor='7c4204';			// Font color subs when mouse is over
	var BorderColor='263b5f';			// Border color
	var BorderSubColor='263b5f';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"	// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='';		                // Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=239;				// Menu offset x coordinate
	var StartLeft='';				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// Left padding
	var TopPaddng=2;				// 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=500;			// 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=['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","http://www.gusplaceresort.com?subject=internal_referrer","",0,20,47);

Menu2=new Array("Cabins & Camping","http://www.gusplaceresort.com/resort_map.htm","",12,20,129);	
                   Menu2_1=new Array("Resort Layout Map","http://www.gusplaceresort.com/resort_map.htm","","",20,126);
	Menu2_2=new Array("Cabin 1 - 3 Bedroom","http://www.gusplaceresort.com/cabin01.htm","",0);
	Menu2_3=new Array("Cabin 2 - 1 Bedroom","http://www.gusplaceresort.com/cabin02.htm","",0);
	Menu2_4=new Array("Cabin 3 - 2 Bedroom","http://www.gusplaceresort.com/cabin03.htm","",0);
	Menu2_5=new Array("Cabin 4 - 2 Bedroom","http://www.gusplaceresort.com/cabin04.htm","",0);
	Menu2_6=new Array("Cabin 5 - 2 Bedroom","http://www.gusplaceresort.com/cabin05.htm","",0);
	Menu2_7=new Array("Cabin 6 - Large 2 BR","http://www.gusplaceresort.com/cabin06.htm","",0);
	Menu2_8=new Array("Cabin 7 - 2 Bedroom","http://www.gusplaceresort.com/cabin07.htm","",0);
	Menu2_9=new Array("Cabin 8 - 2 Bedroom","http://www.gusplaceresort.com/cabin08.htm","",0);
	Menu2_10=new Array("Cabin 9 - 2 Bedroom","http://www.gusplaceresort.com/cabin09.htm","",0);
	Menu2_11=new Array("Cabin 10 - 2 Bedroom","http://www.gusplaceresort.com/cabin10.htm","",0);
	Menu2_12=new Array("Camping & RV Sites","http://www.gusplaceresort.com/camping.htm","",0);

Menu3=new Array("Rates & Reservations","http://www.gusplaceresort.com/rates.htm","",2,20,144);
	Menu3_1=new Array("Rates","http://www.gusplaceresort.com/rates.htm","",3,20,144);	
		Menu3_1_1=new Array("Cabin Rentals","http://www.gusplaceresort.com/rates.htm","",0,20,180);
		Menu3_1_2=new Array("Watercraft Rentals","http://www.gusplaceresort.com/watercraft.htm","",0);
		Menu3_1_3=new Array("Ice Fishing Rentals","http://www.gusplaceresort.com/ice_fishing.htm","",0);
	Menu3_2=new Array("Reservations","http://www.gusplaceresort.com/reservations.htm","",3);
		Menu3_2_1=new Array("Check Availability","http://www.gusplaceresort.com/contact_us.htm","",0,20,150);
		Menu3_2_2=new Array("Reservations Form","http://www.gusplaceresort.com/reservation_form.htm","",0);
		Menu3_2_3=new Array("Vacation Checklist","http://www.gusplaceresort.com/checklist.htm","",0);
	

Menu4=new Array("Activities & Attractions","","",6,20,154);
	Menu4_1=new Array("Fishing Information","http://www.gusplaceresort.com/fishing.htm","",5,20,154);
		Menu4_1_1=new Array("Multi-Species Fishing","http://www.gusplaceresort.com/fishing.htm","",0,20,130);
		Menu4_1_2=new Array("Ice Fishing","http://www.gusplaceresort.com/ice_fishing.htm","",0);
		Menu4_1_3=new Array("Ball Club Lake","http://www.gusplaceresort.com/ball_club_lake.htm","",0);
		Menu4_1_4=new Array("Watercraft Rentals","http://www.gusplaceresort.com/watercraft.htm","",0);
		Menu4_1_5=new Array("Fishing Report","http://www.gusplaceresort.com/fishing.htm#Ball_Club_Lake_Fishing_Report","",0);

	Menu4_2=new Array("Resort Activities","http://www.gusplaceresort.com/activities.htm","",0);
	Menu4_3=new Array("Area Attractions","http://www.gusplaceresort.com/attractions.php","",0);
                   Menu4_4=new Array("Fall Colors","http://www.gusplaceresort.com/fall.htm","",0);
                   Menu4_5=new Array("Hunting","http://www.gusplaceresort.com/hunting.php","",0);
	Menu4_6=new Array("Winter Activities","http://www.gusplaceresort.com/winter.htm","",0);


Menu5=new Array("Guest Photo Album","http://www.gusplaceresort.com/photos/index.htm","",0,20,123);
	        

Menu6=new Array("Directions","http://www.gusplaceresort.com/directions.htm","",0,20,72);
	
	
Menu7=new Array("Contact Us","http://www.gusplaceresort.com/contact_us.htm","",0,20,83);
	