	var NoOffFirstLineMenus=27;			// Number of first level items
	var LowBgColor='#021F02';			// Background color when mouse is not over
	var LowSubBgColor='#021F02';		// Background color when mouse is not over on subs
	var HighBgColor='#669966';			// Background color when mouse is over
	var HighSubBgColor='#669966';			// 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='#021F02';			// Border color
	var BorderSubColor='#ffffff';		// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,verdana"	// 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='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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=10;				// 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=2;				// Top padding
	var FirstLineHorizontal=0;			// 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='menu4';			// 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=['./images/arrow.gif',10,10,'./images/green2.gif',1,1,'./images/green2.gif',1,1];	// 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("<img src=./images/bar.gif>","","",0,1,112);
Menu2=new Array("Home","./index.htm","",0,19,112);
Menu3=new Array("<img src=./images/bar.gif>","","",0,1,112);
Menu4=new Array("Minutes","./minutes.htm","",0,19,112);
Menu5=new Array("<img src=./images/bar.gif>","","",0,1,112);
Menu6=new Array("Awards","./awards.htm","",0,19,112);
Menu7=new Array("<img src=./images/bar.gif>","","",0,1,112);
Menu8=new Array("Community Links","./links.htm","",0,19,112);
Menu9=new Array("<img src=./images/bar.gif>","","",0,1,112);
Menu10=new Array("Departments","./departments.htm","",0,19,112);
Menu11=new Array("<img src=./images/bar.gif>","","",0,1,112);
Menu12=new Array("Directory","./directory.htm","",0,19,112);
Menu13=new Array("<img src=./images/bar.gif>","","",0,1,112);
Menu14=new Array("Recreation","./recreation.htm","",14,19,112);
	Menu14_1=new Array("Adult Programs","./recreation_adult.htm","",0,19,150);
	Menu14_2=new Array("EYC/YY Basketball","./recreation_basketball.htm","",0,19,150);
	Menu14_3=new Array("Cheerleading","./recreation_cheer.htm","",0,19,150);
	Menu14_4=new Array("Baseball","./recreation_baseball.htm","",0,19,150);
	Menu14_5=new Array("Girls Fast Pitch Softball","./recreation_softball.htm","",0,19,150);
	Menu14_6=new Array("Summer Parks/Camps","./recreation_parks.htm","",0,19,150);
	Menu14_7=new Array("Park Rentals","./recreation_parkrental.htm","",0,19,150);
	Menu14_8=new Array("Special Events","./recreation_special.htm","",0,19,150);
	Menu14_9=new Array("Outdoor","./recreation_outdoor.htm","",0,19,150);
	Menu14_10=new Array("Classes","./recreation_classes.htm","",0,19,150);
	Menu14_11=new Array("Bus Trips","./recreation_bustrips.htm","",0,19,150);
	Menu14_12=new Array("Sponsors","./recreation_sponsors.htm","",0,19,150);
	Menu14_13=new Array("Refund Policy","./recreation_refund.htm","",0,19,150);
	Menu14_14=new Array("Links","./recreation_links.htm","",0,19,150);
Menu15=new Array("<img src=./images/bar.gif>","","",0,1,112);
Menu16=new Array("Employment","./employment.htm","",0,19,112);
Menu17=new Array("<img src=./images/bar.gif>","","",0,1,112);
Menu18=new Array("FAQ","./faq.htm","",0,19,112);
Menu19=new Array("<img src=./images/bar.gif>","","",0,1,112);
Menu20=new Array("Area History","./history.htm","",0,19,112);
Menu21=new Array("<img src=./images/bar.gif>","","",0,1,112);
Menu22=new Array("Newsletter","./newsletter.htm","",0,19,112);
Menu23=new Array("<img src=./images/bar.gif>","","",0,1,112);
Menu24=new Array("Volunteers","./volunteers.htm","",0,19,112);
Menu25=new Array("<img src=./images/bar.gif>","","",0,1,112);
Menu26=new Array("Officials & Voting","./voting.htm","",0,19,112);
Menu27=new Array("<img src=./images/bar.gif>","","",0,1,112);
Menu28=new Array("Contact Us","./contact.htm","",0,19,112);
Menu29=new Array("<img src=./images/bar.gif>","","",0,1,112);



