

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#bdae83';			// Background color when mouse is not over
	var LowSubBgColor='#edeade';			// Background color when mouse is not over on subs
	var HighBgColor='#bdae83';			// Background color when mouse is over
	var HighSubBgColor='#bdae83';			// Background color when mouse is over on subs
	var FontLowColor='#404637';			// Font color when mouse is not over
	var FontSubLowColor='#404637';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#808000';			// Border color
	var BorderSubColor='#808000';			// 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=0;				// 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 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=298;				// 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=0;				// 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=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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',0,0,'tridown.gif',0,0,'trileft.gif',0,0];	// Arrow source, width and height


function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


Menu1=new Array("Home","index.html","",2,19,110);
    Menu1_1=new Array("About Us","about.html","",0,19,210);
	Menu1_2=new Array("Cherokee NC Location","http://www.flyfishcherokee.com","",0,19,210);
	
Menu2=new Array("Guided Fly Fishing Trips ","fly_trips.html","",7,19,170);
    Menu2_1=new Array("Our Guides","our_guides.html","",0,19,210);
	Menu2_2=new Array("Private Waters","private_waters.html","",0,19,210);
	Menu2_3=new Array("River Map","map.html","",0,19,210);
	Menu2_4=new Array("Rates & Trips","history.html","",0,19,210);
	Menu2_5=new Array("Fly Fishing Instruction","instruction.html","",0,19,210);
	Menu2_6=new Array("River's Edge School of Trout","trout_school.html","",0,19,210);
	Menu2_7=new Array("Fly Fishing & Lodging Packages","packages.html","",0,19,210);

	
Menu3=new Array("Fishing Report","fishing_report.html","",0,19,120);
   
Menu4=new Array("Photo Gallery","gallery.html","",1,20,140);
Menu4_1=new Array("Video Gallery","videos.html","",0,20,140);
	  
Menu5=new Array("Book Trips Online","history.html","",0,19,120);

Menu6=new Array("Contact Us","contact.html","",1,19,118);
   
	Menu6_1=new Array("Mailing List","mailing_list.html","",0,19,118);
    

                                    
