/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='';				// Background color when mouse is not over
	var LowSubBgColor='#FEE0C5';			// Background color when mouse is not over on subs
	var HighBgColor='';				// Background color when mouse is over
	var HighSubBgColor='#CC6600';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#003300';			// Font color subs when mouse is not over
	var FontHighColor='#FFCCCC';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='';				// Border color
	var BorderSubColor='#666666';			// 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='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=167;				// 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=1;				// 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=750;				// 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=1;				// 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=['hvmenu/tri2.gif',8,8,'hvmenu/tridown1.gif',8,8,'hvmenu/trileft2.gif',8,8];	// 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.htm","",0,20,93);

Menu2=new Array("MOOSE FAMILY CENTER 1655 INFORMATION","","",9,20,310);
	Menu2_1=new Array("History of the Moose Family Center 1655","lodge-history.htm","",0,20,310);
	Menu2_2=new Array("Board of Officers","board-officers.htm","",0,20,310);
	Menu2_3=new Array("Our Location","location.htm","",0,20,310);
	Menu2_4=new Array("Our Current Independent Entertainers","","",4,20,310);
		Menu2_4_1=new Array("Borrowed Time Band","javascript:NewWin=window.open('http://www.borrowedtimeband.webs.com','NWin');window['NewWin'].focus()","",0,20,160);
		Menu2_4_2=new Array("Boot Hill Band","javascript:NewWin=window.open('http://www.boothillband.info','NWin');window['NewWin'].focus()","",0,20,160);
		Menu2_4_3=new Array("MT and the D's Band","javascript:NewWin=window.open('http://www.mtandtheds.com','NWin');window['NewWin'].focus()","",0,20,160);
		Menu2_4_4=new Array("Slippery Dickens Band","javascript:NewWin=window.open('http://listn.to/TheSlipperyDickensBand','NWin');window['NewWin'].focus()","",0,20,160);
	Menu2_5=new Array("Gallery","","",0,20,310);
	Menu2_6=new Array("Privacy Guidelines","privacy-guidelines.htm","",0,20,310);
	Menu2_7=new Array("Terms of Service","terms_service.htm","",0,20,310);
	Menu2_8=new Array("General Last-Minute Announcements for the Month","lastminute-announcements.php","",0,20,310);
	Menu2_9=new Array("Inclement Weather Operational Announcement","operational-announcement.php","",0,20,310);

Menu3=new Array("NEWSLETTER","","",2,20,130);
	Menu3_1=new Array("2011","","",12,20,60);
		Menu3_1_1=new Array("January 2011","javascript:NewWin=window.open('pdf/newsletter/2011/newsletter-jan2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu3_1_2=new Array("February 2011","javascript:NewWin=window.open('pdf/newsletter/2011/newsletter-feb2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu3_1_3=new Array("March 2011","javascript:NewWin=window.open('pdf/newsletter/2011/newsletter-mar2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu3_1_4=new Array("(April Not Available)","","",0,20,125);
		Menu3_1_5=new Array("May 2011","javascript:NewWin=window.open('pdf/newsletter/2011/newsletter-may2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu3_1_6=new Array("June 2011","javascript:NewWin=window.open('pdf/newsletter/2011/newsletter-jun2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu3_1_7=new Array("July 2011","javascript:NewWin=window.open('pdf/newsletter/2011/newsletter-jul2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu3_1_8=new Array("August 2011","javascript:NewWin=window.open('pdf/newsletter/2011/newsletter-aug2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu3_1_9=new Array("September 2011","javascript:NewWin=window.open('pdf/newsletter/2011/newsletter-sep2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu3_1_10=new Array("October 2011","javascript:NewWin=window.open('pdf/newsletter/2011/newsletter-oct2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu3_1_11=new Array("November 2011","javascript:NewWin=window.open('pdf/newsletter/2011/newsletter-nov2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu3_1_12=new Array("December 2011","javascript:NewWin=window.open('pdf/newsletter/2011/newsletter-dec2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
	Menu3_2=new Array("2012","","",2,20,60);
		Menu3_2_1=new Array("January 2012","javascript:NewWin=window.open('pdf/newsletter/2012/newsletter-jan2012.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu3_2_2=new Array("February 2012","javascript:NewWin=window.open('pdf/newsletter/2012/newsletter-feb2012.pdf','NWin');window['NewWin'].focus()","",0,20,125);

Menu4=new Array("CALENDAR","","",2,20,120);
	Menu4_1=new Array("2011","","",12,20,60);
		Menu4_1_1=new Array("January 2011","javascript:NewWin=window.open('pdf/calendar/2011/calendar-jan2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu4_1_2=new Array("February 2011","javascript:NewWin=window.open('pdf/calendar/2011/calendar-feb2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu4_1_3=new Array("March 2011","javascript:NewWin=window.open('pdf/calendar/2011/calendar-mar2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu4_1_4=new Array("(April Not Available)","","",0,20,125);
		Menu4_1_5=new Array("May 2011","javascript:NewWin=window.open('pdf/calendar/2011/calendar-may2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu4_1_6=new Array("June 2011","javascript:NewWin=window.open('pdf/calendar/2011/calendar-jun2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu4_1_7=new Array("July 2011","javascript:NewWin=window.open('pdf/calendar/2011/calendar-jul2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu4_1_8=new Array("August 2011","javascript:NewWin=window.open('pdf/calendar/2011/calendar-aug2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu4_1_9=new Array("September 2011","javascript:NewWin=window.open('pdf/calendar/2011/calendar-sep2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu4_1_10=new Array("October 2011","javascript:NewWin=window.open('pdf/calendar/2011/calendar-oct2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu4_1_11=new Array("November 2011","javascript:NewWin=window.open('pdf/calendar/2011/calendar-nov2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu4_1_12=new Array("December 2011","javascript:NewWin=window.open('pdf/calendar/2011/calendar-dec2011.pdf','NWin');window['NewWin'].focus()","",0,20,125);
	Menu4_2=new Array("2012","","",2,20,60);
		Menu4_2_1=new Array("January 2012","javascript:NewWin=window.open('pdf/calendar/2012/calendar-jan2012.pdf','NWin');window['NewWin'].focus()","",0,20,125);
		Menu4_2_2=new Array("February 2012","javascript:NewWin=window.open('pdf/calendar/2012/calendar-feb2012.pdf','NWin');window['NewWin'].focus()","",0,20,125);

Menu5=new Array("CONTACT US","contactus.htm","",0,20,130);

Menu6=new Array("RESOURCES","","",2,20,90);
	Menu6_1=new Array("Moose Web Sites","","",4,20,180);
		Menu6_1_1=new Array("Mooseheart","javascript:NewWin=window.open('http://www.mooseheart.org/','NWin');window['NewWin'].focus()","",0,20,130);
		Menu6_1_2=new Array("Moosehaven","javascript:NewWin=window.open('http://www.moosehaven.org','NWin');window['NewWin'].focus()","",0,20,130);
		Menu6_1_3=new Array("Moose International","javascript:NewWin=window.open('http://www.mooseintl.org/public/default.asp','NWin');window['NewWin'].focus()","",0,20,130);
		Menu6_1_4=new Array("Moose Charities","javascript:NewWin=window.open('http://www.moosecharities.org/','NWin');window['NewWin'].focus()","",0,20,130);
	Menu6_2=new Array("Moose Supported Programs","moose-sponsored-programs.htm","",0,20,180);
