	var NoOffFirstLineMenus=14;			// Number of first level items

	var LowBgColor='#669966';			// Background color when mouse is not over

	var LowSubBgColor='#669966';		// Background color when mouse is not over on subs

	var HighBgColor='#66CC66';			// Background color when mouse is over

	var HighSubBgColor='#66CC66';		// 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='#006600';			// Border color

	var BorderSubColor='#000000';		// 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=8;				// 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=0;				// 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=3;				// Left padding

	var TopPaddng=2;				// Top padding

	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL

	var MenuFramesVertical=0;			// 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/spacer.gif',10,5,'./images/tridown.gif',20,20,'./images/trileft.gif',20,20];	// 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.php","",0,20,135);



Menu2=new Array("About Us","","",3,20,135);

	Menu2_1=new Array("Township Officials (pdf download)","./officials.pdf","",0,20,185);

	Menu2_2=new Array("Office Location","./edt_location.php","",0,20,185);

	Menu2_3=new Array("Area History","./edt_areahistory.php","",0,20,185);



Menu3=new Array("Board of Supervisors","","",3,20,135);

	Menu3_1=new Array("General Information","./Board_of_Supervisors_Info.php","",0,20,135);

	Menu3_2=new Array("Meeting Schedule","./Board_of_Supervisors_Info.php","",0,20,135);

	Menu3_3=new Array("Meeting Minutes","./Board_of_Supervisors_Info.php","",0,20,135);

	

Menu4=new Array("Township Authority","","",5,20,135);

	Menu4_1=new Array("General Information","./authority_info.php","",0,20,135);

	Menu4_2=new Array("Officials (pdf download)","./officials.pdf","",0,20,135);

	Menu4_3=new Array("Meeting Schedule","./authority_schedule.php","",0,20,135);

	Menu4_4=new Array("Meeting Minutes","./authority_minutes.php","",0,20,135);

	Menu4_5=new Array("Upcoming Projects","./authority_projects.php","",0,20,135);



Menu5=new Array("Planning/Zoning","","",6,20,135);

	Menu5_1=new Array("Township Planning Commission","./Planning_Commission_Info.php","",0,20,165);

	Menu5_2=new Array("Township Zoning Hearing Board","./zoning_schedule.php","",0,20,165);

	Menu5_3=new Array("General Planning Information","./zoning_forms.php","",0,20,145);

	Menu5_4=new Array("General Zoning Information","./zoning_info.php","",0,20,145);

	Menu5_5=new Array("Download Forms","./zoning_forms.php","",0,20,145);

	Menu5_6=new Array("Fee Schedule","./zoning_fees.php","",0,20,145);



Menu6=new Array("Police Department","./police.php","",0,20,135);



Menu7=new Array("Emergency Response","./ems.php","",0,20,135);



Menu8=new Array("Recreation","./recreation.php","",0,20,135);



Menu9=new Array("Civic Organizations","./civic.php","",0,20,135);



Menu10=new Array("Trash & Recycling","./trash.php","",0,20,135);



Menu11=new Array("Stormwater Management","./stormwater.php","",0,20,135);



Menu12=new Array("Churches","./churches.php","",0,20,135);



Menu13=new Array("Contact Us","./contact.php","",0,20,135);



Menu14=new Array("Township Newsletter","","",2,20,135);

	Menu14_1=new Array("Current Issue","./Twp Newsletter Fall 2009.pdf","",0,20,135);

	Menu14_2=new Array("Past Issues","./newsletter_archives.php","",0,20,135);

	


