/***********************************************************************************
*	(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=12;			// Number of first level items
	var LowBgColor='006699';			// Background color when mouse is not over
	var LowSubBgColor='006699';			// Background color when mouse is not over on subs

	var HighBgColor='0000ff';			// Background color when mouse is over
	var HighSubBgColor='0000ff';    	// Background color when mouse is over on subs
	
	var FontLowColor='white';			// 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='white';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;      			// Border width
	var BorderBtwnElmnts=0;     		// 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='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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=0;         			// Menu offset x coordinate
	var StartLeft=5;            		// 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=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=300;			// delay before menu folds in
	var TakeOverBgColor=0;      		// 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='MenuPos';			// 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
	

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","../index.htm","",0,20,45);
 
Menu2=new Array("About Us","","",2,20,62);
    Menu2_1=new Array("Club Info","../clubinfo/club_info.html","",0,20,150);
	Menu2_2=new Array("Officers & Directors","../clubinfo/officers.asp","",0);
	
Menu3=new Array("Waters","","",5,20,55);
   Menu3_1=new Array("Brookville","http://www.davidfrenchphotography.com/brookvillereport.html","",0,20,180);
   Menu3_2=new Array("East Fork","../east_fork/eastforkmain.htm","",0);
   Menu3_3=new Array("Mad River","../mad_river/madriver.htm","",0);
   Menu3_4=new Array("Little Miami","../littlemiami/littlemiami.htm","",0,20,150);
   Menu3_5=new Array("USGS Reports","http://waterdata.usgs.gov","",0);
   
Menu4=new Array("The Buffer","","",3,20,80);
	Menu4_1=new Array("Buffer - Current ","../newsletter/current.pdf","",0,20,150);
	Menu4_2=new Array("Buffer - Archives","../newsletter/newsletter.html","",0,20,150);
	Menu4_3=new Array("Articles - Archives","../articles/articles.html","",0,20,150);
	   
 Menu5=new Array("Meetings","","",2,20,65);
   Menu5_1=new Array("Monthly Meeting","../meetings/meetings.asp","",0,20,150);
   Menu5_2=new Array("Dinner Reservations","../dinner/sorry.asp","",0);

     	   
Menu6=new Array("Links","","",5,20,45);
  Menu6_1=new Array("Sponsors","../links/sponsors.htm","",0,20,230);
  Menu6_2=new Array("Sub-Councils & Other Club Newsletters","../links/othernews.htm","",0,20,190); 
  Menu6_3=new Array("Other Links","../links/links.htm","",0,20,190);
  Menu6_4=new Array("State Divisions of Wildlife","","",0,20,190);  
  Menu6_5=new Array("Fly Fishing Clubs","","",0,20,190);  

					  
Menu7=new Array("Contact Us","","",1,20,75);
	 Menu7_1=new Array("Maps and Directions","../maps_directions/maps.htm","",0,20,150);

Menu8=new Array("Fly Tying","","",4,20,65);
      Menu8_1=new Array("Tie and Lie","../tienlie/tie_lie.htm","",0,20,150); 
      Menu8_2=new Array("Fly Fish Ohio","http://www.flyfishohio.com","",0,20,150); 
	  Menu8_3=new Array("FOTM Archives","../flyofmonth/fotm.asp","",0,20,150); 
	  Menu8_4=new Array("Animated Knots","http://www.animatedknots.com","",0,20,150); 
	  
 Menu9=new Array("Trips","","",3,20,45); 
  Menu9_1=new Array("2009 Trips","../trips09/index.htm","",0,20,150);
  Menu9_2=new Array("2010 Trips","../trips10/index.htm","",0,20,150);
  Menu9_3=new Array("Recent Trips","../trips/recenttrips.htm","",0,20,150);
  
  
 Menu10=new Array("Education","","",9,20,65); 
  Menu10_1=new Array("Fly Fishing 101","../education/ff101.htm","",0,20,150);
  Menu10_2=new Array("Rod Building","","",0);
  Menu10_3=new Array("Net Building","../education/netbuilding.htm","",0);
  Menu10_4=new Array("Casting","../education/casting.htm","",0);
  Menu10_5=new Array("Casting Instructor","../education/castinginstructor.htm","",0);
  Menu10_6=new Array("Beginning Fly Tying","","",0);
  Menu10_7=new Array("Advanced Fly Tying","","",0);
  Menu10_8=new Array("BUFF Library - Books","../clubinfo/booklibrary.htm","",0);
  Menu10_9=new Array("BUFF Library - Video","../clubinfo/dvdlibrary.htm","",0); 
  
  Menu11=new Array("Community","","",5,20,75); 
   Menu11_1=new Array("Parky's Farm","../community/parkysfarm.htm","",0,20,150);
   Menu11_2=new Array("Casting for Recovery","","",0);
   Menu11_3=new Array("Reel and Heal","../community/reelheal.htm","",0);
   Menu11_4=new Array("Healing Waters","../community/healingwaters.pdf","",0);
    Menu11_5=new Array("Helping Vets","../community/vets.htm","",0);
   
    Menu12=new Array("BLOG","../chat/chatdisplay.asp","",0,20,50); 
 