	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#ae0909';			// Background color when mouse is not over
	var LowSubBgColor='#ae0909';			// Background color when mouse is not over on subs
	var HighBgColor='#000000';			// Background color when mouse is over
	var HighSubBgColor='#000000';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#000000';			// 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,verdana,tahoma"	// 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='center';			// 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=.4;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.4;			// vertical overlap child/ parent
	var StartTop=165;				// Menu offset y coordinate
	var StartLeft=8;				// Menu offset x 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=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=2;			// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/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.htm","",0,20,110);

Menu2=new Array("About Us","about_us.htm","",2,20,112);
Menu2_1=new Array("Board","board.htm","",0,20,112);
Menu2_2=new Array("Annual Report","foundationreport.htm","",0,20,112);

Menu3=new Array("Calendar/Events","calendar_events.htm","",12,20,130);
Menu3_1=new Array("January","january.htm","",0,20,120);
Menu3_2=new Array("February","february.htm","",0,20,120);
Menu3_3=new Array("March","march.htm","",0,20,120);
Menu3_4=new Array("April","april.htm","",0,20,120);
Menu3_5=new Array("May","may.htm","",0,20,120);
Menu3_6=new Array("June","june.htm","",0,20,120);
Menu3_7=new Array("July","july.htm","",0,20,120);
Menu3_8=new Array("August","august.htm","",0,20,120);
Menu3_9=new Array("September","september.htm","",0,20,120);
Menu3_10=new Array("October","october.htm","",0,20,120);
Menu3_11=new Array("November","november.htm","",0,20,120);
Menu3_12=new Array("December","december.htm","",0,20,120);

Menu4=new Array("Grants","grants.htm","",5,20,115);
Menu4_1=new Array("Donors Choose (<$450)","donorschoose.htm","",0,20,150);
Menu4_2=new Array("Traditional","trad_grant.htm","",0,20,150);
Menu4_3=new Array("Wayne Youth Fund","wayne_youth_fund.htm","",0,20,150);
Menu4_4=new Array("Recent Grants Awarded","grantsawd.htm","",0,20,150);
Menu4_5=new Array("Grants Booklet","pdf/grant_book08-09.pdf","",0,20,150);
	
Menu5=new Array("Community Theatre","index_theatre.htm","",9,20,150);
Menu5_1=new Array("Auditions","auditions.htm","",0,20,170);
Menu5_2=new Array("Upcoming Shows","upcoming_shows.htm","",0,20,170);
Menu5_3=new Array("Theater Camps","theater_camps.htm","",0,20,170);
Menu5_4=new Array("Previous Shows","previous_shows.htm","",0,20,170);
Menu5_5=new Array("Get Involved","theatre_involved.htm","",0,20,167);
Menu5_6=new Array("Memberships/Sponsorships","theatre_sponsor.htm","",0,20,170);
Menu5_7=new Array("Where are We","where_are_we.htm","",0,20,170);
Menu5_8=new Array("Encore Nominations/Awards","encore_awards.htm","",0,20,140);
Menu5_9=new Array("Encore Association","javascript:NewWin=window.open('http://www.encoreassociation.net','NWin') ;window['NewWin'].focus()","",0,20,140);
	
Menu6=new Array("Get Involved","get_involved.htm","",8,20,120);
Menu6_1=new Array("Donations","https://app.etapestry.com/hosted/WayneTownshipEducationFound/OnlineGiving.html","",0,20,158);
Menu6_2=new Array("Sponsorships/Advertising","sponsorships.htm","",0,20,158);
Menu6_3=new Array("Volunteer","volunteer.htm","",0,20,158);
Menu6_4=new Array("Mailing List","mailing_list.htm","",0,20,158);
Menu6_5=new Array("Greatest Kids","great_kids.htm","",0,20,158);
Menu6_6=new Array("Honor an Educator","honor_educator.htm","",0,20,158);
Menu6_7=new Array("Honor a Colleague","honor_colleague.htm","",0,20,158);
Menu6_8=new Array("Payroll Deduction","payroll.htm","",0,20,158);

Menu7=new Array("Scholarships","scholarships.htm","",0,20,130);

Menu8=new Array("Contact Us","contacts.htm","",0,20,110);

