/***********************************************************************************
*	(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=7;		// Number of first level items
	var LowBgColor='#000066';		// Background color when mouse is not over
	var LowSubBgColor='#000066';		// Background color when mouse is not over on subs
	var HighBgColor='black';		// Background color when mouse is over
	var HighSubBgColor='black';		// 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='#000066';		// Border color
	var BorderSubColor='black';		// 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=10;			// 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=1;			// Menu offset y coordinate
	var VerCorrect=0;			// Multiple frames y correction
	var HorCorrect=0;			// Multiple frames x correction
	var LeftPaddng=3;			// Left padding
	var TopPaddng=2;			// 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=300;			// 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=['java/tri.gif',5,10,'java/tridown.gif',10,5,'java/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","/index.html","",0,20,120);

Menu2=new Array("About Us","","",5,20,138);
	Menu2_1=new Array("FAQ","/faq.html","",0,20,180);
	Menu2_2=new Array("Join our Mailing Lists","mailinglists.html","",0);
	Menu2_3=new Array("Meeting Information","/meeting-information.html","");
	Menu2_4=new Array("Visit Us","/visit-us.html","",0);
	Menu2_5=new Array("Who are we","/who-are-we.html","",0);
	
Menu3=new Array("Trail to Eagle","","",3,20,138);
	Menu3_1=new Array("Webelo","/tte-webelo.html","",0,20,180);
	Menu3_2=new Array("Incoming Webelos","/webelos-incoming.html","",0);
	Menu3_3=new Array("Boy Scouts","/tte-scout.html","",0);


Menu4=new Array("Adventures","","",6);
	Menu4_1=new Array("Next Troop Campout","/campout-upcoming.html","",0,20,200);
	Menu4_2=new Array("Next Venture Activity","/venture-upcoming.html","",0,20,200);
	Menu4_3=new Array("Next Webelo Campout","/webelo-campout.html","",0,20,200);
	Menu4_4=new Array("Summer Camp","","",4,20,200);
		Menu4_4_1=new Array("Camp Powhatan","/sc-powhatan.html","",0,20,200);
		Menu4_4_2=new Array("Camp Ottari","/sc-ottari.html","",0,20,200);
		Menu4_4_3=new Array("Brown Sea Island - Yearly","/sc-brownsea.html","",0,20,200);
		Menu4_4_4=new Array("Camp Rock Enon - Yearly","/sc-rockenon.html","",0);
	Menu4_5=new Array("High Adventure","","",12,20,180);	
		Menu4_5_1=new Array("Triple Crown Recipients","/ha-triplecrown.html","",0,20,180);
		Menu4_5_2=new Array("Chase","/ha-chase.html","",0,20,150);
		Menu4_5_3=new Array("Claytor Lake","/ha-claytor.html","",0,20,150);
		Menu4_5_4=new Array("Fish Camp","/ha-fishcamp.html","",0);
		Menu4_5_5=new Array("High Knoll","/ha-highknoll.html","",0);
		Menu4_5_6=new Array("New River Adventure","/ha-newriver.html","",0);
		Menu4_5_7=new Array("Philmont","/ha-philmont.html","",0);
		Menu4_5_8=new Array("Mountain Man","/ha-mountainman.html","",0);
		Menu4_5_9=new Array("Northern Tier","/ha-northerntier.html","",0);
		Menu4_5_10=new Array("Seabase","/ha-seabase.html","",0);
		Menu4_5_11=new Array("Scuba Camp","/ha-claytor.html","",0);
		Menu4_5_12=new Array("Voyager","/ha-voyager.html","",0);
	Menu4_6=new Array("Order of the Arrow","/oa.html","",0,20,180);

Menu5=new Array("Secured Area","","",9);
	Menu5_1=new Array("Request Secured Access","/secured-access.html","",0,20,180);
	Menu5_2=new Array("Troop Handbook","/secured/troop-handbook.html","",0);
	Menu5_3=new Array("Troop Rosters","/secured/troop-rosters-disclaimer.html","",0);
	Menu5_4=new Array("Troop Contacts","/secured/contacts.html","",0);
	Menu5_5=new Array("Merit Badge Counselors","/secured/meritbadge.html","",0);
	Menu5_6=new Array("Merit Badge Opportunities","/secured/mbopps.html","",0);
	Menu5_7=new Array("Scout Bucks","/secured/scoutbucks.html","",0,20,200);
	Menu5_8=new Array("Becoming an Eagle","/secured/becoming-an-eagle.html","",0,20,200);
	Menu5_9=new Array("Committee Members","/committee/index.html","",0);

Menu6=new Array("Resources","","",7);
	Menu6_1=new Array("Troop Calendar","/calendar","",0,20,180);
	Menu6_2=new Array("Troop Publications","/troop-publications.html","",0);
	Menu6_3=new Array("Troop Leaders Training","/leader-training.html","",0);
	Menu6_4=new Array("WEBELO Information","/webelo.html","",0);
	Menu6_5=new Array("BSA Publications","/bsa-publications.html","",0);
	Menu6_6=new Array("Medical Forms","/medical-forms.html","",0);
	Menu6_7=new Array("MAPS - Camping","/maps.html","",0);

Menu7=new Array("Contact Us","","",17);
	Menu7_1=new Array("General Feedback","/feedback.html","",0,20,140);
	Menu7_2=new Array("EMAIL Queen","mailto:email-queen@troop806.com?subject=Troop 806 Contact Us","",0,20,140);
	Menu7_3=new Array("Scout Master","mailto:scoutmaster@troop806.com?subject=Troop 806 Contact Us","",0,20,140);
	Menu7_4=new Array("Committee Chair","mailto:chairman@troop806.com?subject=Troop 806 Contact Us","",0,20,140);
	Menu7_5=new Array("Treasurer","mailto:treasurer@troop2806.com?subject=Troop 806 Contact Us","",0,20,140);
	Menu7_6=new Array("Jr Leadership","mailto:jrleadership@troop2806.com?subject=Troop 806 Contact Us","",0,20,140);
	Menu7_7=new Array("Membership","mailto:membership@troop806.com?subject=Troop 806 Contact Us","",0,20,140);
	Menu7_8=new Array("Advancement","mailto:advancement@troop806.com?subject=Troop 806 Contact Us","",0,20,140);
	Menu7_9=new Array("Leader Training","mailto:LeaderTraining@troop806.com?subject=Troop 806 Contact Us","",0,20,140);
	Menu7_10=new Array("Trail to Eagle","mailto:eagle@troop806.com?subject=Troop 806 Contact Us","",0,20,140);
	Menu7_11=new Array("Summer Camp","mailto:summercamp@troop806.com?subject=Troop 806 Contact Us","",0,20,140);
	Menu7_12=new Array("Webelos","mailto:webelos@troop806.com?subject=Troop 806 Contact Us","",0,20,140);
	Menu7_13=new Array("Den Chiefs","mailto:denchiefs@troop806.com?subject=Troop 806 Contact Us","",0,20,140);
	Menu7_14=new Array("Order of the Arrow","mailto:oa@troop806.com?subject=Troop 806 Contact Us","",0,20,140);
	Menu7_15=new Array("Hospitality","mailto:hospitality@troop806.com?subject=Troop 806 Contact Us","",0,20,140);
	Menu7_16=new Array("Chaplain","mailto:Chaplain@troop806.com?subject=Troop 806 Contact Us","",0,20,140);
	Menu7_17=new Array("Webmaster","mailto:webmaster@troop2806.com?subject=Troop 806 Contact Us","",0,20,140);
