 	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='#E9A36F';			// Background color when mouse is not over
	var LowSubBgColor='#E9A36F';			// Background color when mouse is not over on subs
	var HighBgColor='#C87F4C';			// Background color when mouse is over
	var HighSubBgColor='C87F4C';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="arial,verdana,technical"	// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.01;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.3;			// vertical overlap child/ parent
	var StartTop=175;				// Menu offset x coordinate
	var StartLeft=-3;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// 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=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=['http://www.thewayofholiness.org/webbots/headerScript/tri.gif',5,10,'http://www.thewayofholiness.org/webbots/headerScript/tridown.gif',1,1,'http://www.thewayofholiness.org/webbots/headerScript/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","http://www.thewayofholiness.org/default.asp","",0,17,57);

Menu2=new Array("Beliefs","http://www.thewayofholiness.org/beliefs/default.asp","",4,17,71);
	Menu2_1=new Array("Baptism","http://www.thewayofholiness.org/beliefs/baptism.asp","",0,17,135);	
	Menu2_2=new Array("Dedication","http://www.thewayofholiness.org/beliefs/dedications.asp","",0,17,135);
	Menu2_3=new Array("Statement of Faith","http://www.thewayofholiness.org/beliefs/statementOfFaith.asp","",0,17,135);
	Menu2_4=new Array("Vision statement","http://www.thewayofholiness.org/beliefs/visionStatement.asp","",0,17,135);

Menu3=new Array("History","http://www.thewayofholiness.org/history/default.asp","",7,17,71);
	Menu3_1=new Array("Construction","http://www.thewayofholiness.org/history/construction/default.asp","",0,17,95);	
	Menu3_2=new Array("2005","http://www.thewayofholiness.org/history/default.asp#2005","",4,17,85);
		Menu3_2_1=new Array("Katrina","http://www.thewayofholiness.org/history/2005/hurricaneKatrina/default.asp","",0,17,70);
		Menu3_2_2=new Array("Picnic","http://www.thewayofholiness.org/history/2005/08Picnic/default.asp","",0,17,70);
		Menu3_2_3=new Array("VBS","http://www.thewayofholiness.org/history/2005/07VBS/default.asp","",0,17,70);
		Menu3_2_4=new Array("Youth","http://www.thewayofholiness.org/history/2005/08YouthRevival/default.asp","",0,17,70);
	Menu3_3=new Array("2006","http://www.thewayofholiness.org/history/default.asp#2006","",4,17,85);
		Menu3_3_1=new Array("Council Dinner","http://www.thewayofholiness.org/history/2006/03councilDinner/default.asp","",0,17,150);
		Menu3_3_2=new Array("Relay for Life","http://www.thewayofholiness.org/history/2006/03womensConference/default.asp","",0,17,150);
		Menu3_3_3=new Array("Strawberry Festival","http://www.thewayofholiness.org/history/2006/05strawberryFestival/default.asp","",0,17,150);
		Menu3_3_4=new Array("Women's Conference","http://www.thewayofholiness.org/history/2006/07relayForLife/default.asp","",0,17,150);
	Menu3_4=new Array("2007","http://www.thewayofholiness.org/history/default.asp#2007","",3,17,85);
		Menu3_4_1=new Array("Men's Retreat","http://www.thewayofholiness.org/history/2007/fallRetreat/default.asp","",0,17,150);
		Menu3_4_2=new Array("Skeet Shoot","http://www.thewayofholiness.org/history/2007/skeetShoot/default.asp","",0,17,150);
		Menu3_4_3=new Array("Women's Conference","http://www.thewayofholiness.org/history/2007/04WomensConference/default.asp","",0,17,150);
	Menu3_5=new Array("2008","http://www.thewayofholiness.org/history/default.asp#2008","",13,17,85);
		Menu3_5_1=new Array("Acquire the Fire","http://www.thewayofholiness.org/history/2008/acquireTheFire/default.asp","",12,17,150);
			Menu3_5_1_1=new Array("Aaron","http://www.thewayofholiness.org/history/2008/acquireTheFire/aaron.mp3","",0,17,75);
			Menu3_5_1_2=new Array("Amber","http://www.thewayofholiness.org/history/2008/acquireTheFire/amber.mp3","",0,17,75);
			Menu3_5_1_3=new Array("Andrew","http://www.thewayofholiness.org/history/2008/acquireTheFire/andrew.mp3","",0,17,75);
			Menu3_5_1_4=new Array("Audrey","http://www.thewayofholiness.org/history/2008/acquireTheFire/audrey.mp3","",0,17,75);
			Menu3_5_1_5=new Array("BJ","http://www.thewayofholiness.org/history/2008/acquireTheFire/bj.mp3","",0,17,75);
			Menu3_5_1_6=new Array("Cameron","http://www.thewayofholiness.org/history/2008/acquireTheFire/cameron.mp3","",0,17,75);
			Menu3_5_1_7=new Array("Dave","http://www.thewayofholiness.org/history/2008/acquireTheFire/dave.mp3","",0,17,75);
			Menu3_5_1_8=new Array("Johnathon","http://www.thewayofholiness.org/history/2008/acquireTheFire/johnathon.mp3","",0,17,75);
			Menu3_5_1_9=new Array("Josh","http://www.thewayofholiness.org/history/2008/acquireTheFire/josh.mp3","",0,17,75);
			Menu3_5_1_10=new Array("Justin","http://www.thewayofholiness.org/history/2008/acquireTheFire/justin.mp3","",0,17,75);
			Menu3_5_1_11=new Array("Taylor","http://www.thewayofholiness.org/history/2008/acquireTheFire/taylor.mp3","",0,17,75);
			Menu3_5_1_12=new Array("Wade","http://www.thewayofholiness.org/history/2008/acquireTheFire/wade.mp3","",0,17,75);
		Menu3_5_2=new Array("Bible study","http://www.thewayofholiness.org/history/2008/bibleStudy/default.asp","",0,17,150);
		Menu3_5_3=new Array("Christmas","http://www.thewayofholiness.org/history/2008/christmas/default.asp?n=Mexico%20-%20High%20School%20and%20College%20Dance%20Team&l=Mexico&i=Mexico","",0,17,150);
		Menu3_5_4=new Array("Goat Girls","http://www.thewayofholiness.org/history/2008/goatGirls/default.asp","",5,17,150);
			Menu3_5_4_1=new Array("Cake Decorating","http://www.thewayofholiness.org/history/2008/goatGirls/cakeDecorating.asp","",0,17,150);
			Menu3_5_4_2=new Array("Caribbean Dinner","http://www.thewayofholiness.org/history/2008/goatGirls/caribbeanDinner.asp","",0,17,150);
			Menu3_5_4_3=new Array("Home Decorating","http://www.thewayofholiness.org/history/2008/goatGirls/homeDecorating.asp","",0,17,150);
			Menu3_5_4_4=new Array("Purse Making","http://www.thewayofholiness.org/history/2008/goatGirls/purseMaking.asp","",0,17,150);
			Menu3_5_4_5=new Array("Tea Time","http://www.thewayofholiness.org/history/2008/goatGirls/teaTime.asp","",0,17,150);
		Menu3_5_5=new Array("Ladies Luncheon","http://www.thewayofholiness.org/history/2008/ladiesLuncheon/default.asp","",0,17,150);
		Menu3_5_6=new Array("Lunch Bunch","http://www.thewayofholiness.org/history/2008/lunchBunch/default.asp","",0,17,280);
		Menu3_5_7=new Array("Newsletter","http://www.thewayofholiness.org/history/2008/newsletter/default.asp","",9,17,280);
				Menu3_5_7_1=new Array("March","http://www.thewayofholiness.org/history/2008/newsletter/2008March.pdf","",0,17,100)
				Menu3_5_7_2=new Array("May","http://www.thewayofholiness.org/history/2008/newsletter/2008May.pdf","",0,17,100);
				Menu3_5_7_3=new Array("June","http://www.thewayofholiness.org/history/2008/newsletter/2008June.pdf","",0,17,100);
				Menu3_5_7_4=new Array("July","http://www.thewayofholiness.org/history/2008/newsletter/2008July.pdf","",0,17,100);
				Menu3_5_7_5=new Array("August","http://www.thewayofholiness.org/history/2008/newsletter/2008August.pdf","",0,17,100);
				Menu3_5_7_6=new Array("September","http://www.thewayofholiness.org/history/2008/newsletter/2008September.pdf","",0,17,100);
				Menu3_5_7_7=new Array("October","http://www.thewayofholiness.org/history/2008/newsletter/2008October.pdf","",0,17,100);
				Menu3_5_7_8=new Array("November","http://www.thewayofholiness.org/history/2008/newsletter/2008November.pdf","",0,17,100);
				Menu3_5_7_9=new Array("December","http://www.thewayofholiness.org/history/2008/newsletter/2008December.pdf","",0,17,100);
		Menu3_5_8=new Array("Promise Keepers","http://www.thewayofholiness.org/history/2008/promiseKeepers/default.asp","",0,17,150);
		Menu3_5_9=new Array("Rally Room","http://www.thewayofholiness.org/ministries/children/remodeling.asp","",0,17,150);
		Menu3_5_10=new Array("Restore my Heart","http://www.thewayofholiness.org/history/2008/restoreMyHeart/default.asp","",6,17,150);
			Menu3_5_10_1=new Array("Cake Decorating","http://www.thewayofholiness.org/history/2008/restoreMyHeart/cakeDecorating/default.asp","",0,17,150);
			Menu3_5_10_2=new Array("Home Decorating","http://www.thewayofholiness.org/history/2008/restoreMyHeart/homeDecorating/default.asp","",0,17,150);
			Menu3_5_10_3=new Array("Purse Making","http://www.thewayofholiness.org/history/2008/restoreMyHeart/purseMaking/default.asp","",0,17,150);
			Menu3_5_10_4=new Array("Scrapbooking","http://www.thewayofholiness.org/history/2008/restoreMyHeart/scrapbooking/default.asp","",0,17,150);
			Menu3_5_10_5=new Array("Surprise","http://www.thewayofholiness.org/history/2008/restoreMyHeart/surprise/default.asp","",0,17,150);
			Menu3_5_10_6=new Array("Tea Party","http://www.thewayofholiness.org/history/2008/restoreMyHeart/teaParty/default.asp","",0,17,150);
		Menu3_5_11=new Array("Skeet Shoot","http://www.thewayofholiness.org/history/2008/skeetShoot/default.asp","",0,17,150);
		Menu3_5_12=new Array("Veterans","http://www.thewayofholiness.org/history/2008/veterans/default.asp","",0,17,150);
		Menu3_5_13=new Array("WOW","http://www.thewayofholiness.org/history/2008/wow/default.asp","",0,17,150);
	Menu3_6=new Array("2009","http://www.thewayofholiness.org/history/default.asp#2009","",7,17,85);
		Menu3_6_1=new Array("Acquire the Fire","http://www.thewayofholiness.org/history/2009/acquireTheFire/default.asp","",0,17,230);
		Menu3_6_2=new Array("Bible Study - Esther","http://www.thewayofholiness.org/history/2009/bibleStudy-Esther/default.asp","",0,17,230);
		Menu3_6_3=new Array("Bible Study - Restore my heart","http://www.thewayofholiness.org/history/2009/restoreMyHeart/default.asp","",0,17,280);
		Menu3_6_4=new Array("Christmas","http://www.thewayofholiness.org/history/2009/christmas/default.asp","",0,17,280);
		Menu3_6_5=new Array("Newsletter","http://www.thewayofholiness.org/history/2009/newsletter/default.asp","",3,17,280);
				Menu3_6_5_1=new Array("January","http://www.thewayofholiness.org/history/2009/newsletter/2009January.pdf","",0,17,100)
				Menu3_6_5_2=new Array("February","http://www.thewayofholiness.org/history/2009/newsletter/2009February.pdf","",0,17,100)
				Menu3_6_5_3=new Array("March","http://www.thewayofholiness.org/ministries/women/newsletter/2009March.pdf","",0,17,100)
		Menu3_6_6=new Array("Relay for Life","http://www.thewayofholiness.org/history/2009/relayForLife/default.asp","",0,17,230);
		Menu3_6_7=new Array("Women's Conference","http://www.thewayofholiness.org/history/2009/springWomensConference/default.asp","",9,17,230);
			Menu3_6_7_1=new Array("Featured speaker","http://www.thewayofholiness.org/history/2009/springWomensConference/default.asp#FeaturedSpeaker","",0,17,140);
			Menu3_6_7_2=new Array("Menu","http://www.thewayofholiness.org/history/2009/springWomensConference/default.asp#Menu","",0,17,140);
			Menu3_6_7_3=new Array("Pictures","http://www.thewayofholiness.org/history/2009/springWomensConference/pictures/default.asp","",0,17,140);
			Menu3_6_7_4=new Array("Promotion","http://www.thewayofholiness.org/history/2009/springWomensConference/default.asp#Promo","",0,17,140);
			Menu3_6_7_5=new Array("Quick Facts","http://www.thewayofholiness.org/history/2009/springWomensConference/default.asp#Quick Facts","",0,17,140);
			Menu3_6_7_6=new Array("Schedule","http://www.thewayofholiness.org/history/2009/springWomensConference/default.asp#Schedule","",0,17,140);
			Menu3_6_7_7=new Array("Special singing","http://www.thewayofholiness.org/history/2009/springWomensConference/default.asp#Special singing","",0,17,140);
			Menu3_6_7_8=new Array("Testimony","http://www.thewayofholiness.org/history/2009/springWomensConference/default.asp#Testimony","",0,17,140);
			Menu3_6_7_9=new Array("Worship leader","http://www.thewayofholiness.org/history/2009/springWomensConference/default.asp#Worship leader","",0,17,140);
	Menu3_7=new Array("2010","http://www.thewayofholiness.org/history/default.asp#2010","",9,17,85);
		Menu3_7_1=new Array("Awakening the Mountains","","",3,17,280);
			Menu3_7_1_1=new Array("Friday night","http://www.thewayofholiness.org/history/2010/awakeningTheMountains/default.asp?v=20100528","",0,17,180);
			Menu3_7_1_2=new Array("Sunday morning","http://www.thewayofholiness.org/history/2010/awakeningTheMountains/default.asp?v=20100530a","",0,17,180);
			Menu3_7_1_3=new Array("Sunday night","http://www.thewayofholiness.org/history/2010/awakeningTheMountains/default.asp?v=20100530b","",0,17,180);
		Menu3_7_2=new Array("Breaking Free","http://www.thewayofholiness.org/history/2010/breakingFree/default.asp","",0,17,280);
		Menu3_7_3=new Array("Camp Meeting","http://www.thewayofholiness.org/history/2010/campMeeting/default.asp?l=6","",6,17,280);
			Menu3_7_3_1=new Array("Friday night - Jamie Gizzi","http://www.thewayofholiness.org/history/2010/campMeeting/default.asp?l=1","",0,17,275);
			Menu3_7_3_2=new Array("Saturday afternoon - Sean Barnett","http://www.thewayofholiness.org/history/2010/campMeeting/default.asp?l=2","",0,17,275);
			Menu3_7_3_3=new Array("Saturday evening - Wesley Brown","http://www.thewayofholiness.org/history/2010/campMeeting/default.asp?l=3","",0,17,275);
			Menu3_7_3_4=new Array("Sunday morning - David Marsh","http://www.thewayofholiness.org/history/2010/campMeeting/default.asp?l=4","",0,17,275);
			Menu3_7_3_5=new Array("Sunday afternoon - Pastor Murrell","http://www.thewayofholiness.org/history/2010/campMeeting/default.asp?l=5","",0,17,275);
			Menu3_7_3_6=new Array("Praise and Worship","http://www.thewayofholiness.org/history/2010/campMeeting/default.asp?l=6","",0,17,275);
		Menu3_7_4=new Array("Church gathering","http://www.thewayofholiness.org/history/2010/churchGathering/default.asp","",0,17,280);
		Menu3_7_5=new Array("Fire in the Mountains","http://www.thewayofholiness.org/history/2010/fireInTheMountains/default.asp","",0,17,280);
		Menu3_7_6=new Array("Jane Doe Diaries","","",4,17,280);
			Menu3_7_6_1=new Array("May","http://www.thewayofholiness.org/history/2010/janeDoeDiaries/2010May.pdf","",0,17,100);
			Menu3_7_6_2=new Array("June","http://www.thewayofholiness.org/history/2010/janeDoeDiaries/2010June.pdf","",0,17,100);
			Menu3_7_6_3=new Array("July","http://www.thewayofholiness.org/history/2010/janeDoeDiaries/2010July.pdf","",0,17,100);
			Menu3_7_6_4=new Array("August","http://www.thewayofholiness.org/history/2010/janeDoeDiaries/2010August.pdf","",0,17,100);
		Menu3_7_7=new Array("National Day of Prayer","http://www.thewayofholiness.org/history/2010/nationalDayOfPrayer/default.asp","",0,17,280);
		Menu3_7_8=new Array("Spring Women's Conference","http://www.thewayofholiness.org/history/2010/springWomensConference/default.asp","",10,17,280);
			Menu3_7_8_1=new Array("Featured speaker","http://www.thewayofholiness.org/history/2010/springWomensConference/default.asp#Featured speaker","",0,17,200);
			Menu3_7_8_2=new Array("Menu","http://www.thewayofholiness.org/history/2010/springWomensConference/default.asp#Menu","",0,17,200);
			Menu3_7_8_3=new Array("Promo","http://www.thewayofholiness.org/history/2010/springWomensConference/default.asp#Promo","",0,17,200);
			Menu3_7_8_4=new Array("Quick Facts","http://www.thewayofholiness.org/history/2010/springWomensConference/default.asp#Quick Facts","",0,17,200);
			Menu3_7_8_5=new Array("Schedule","http://www.thewayofholiness.org/history/2010/springWomensConference/default.asp#Schedule","",0,17,200);
			Menu3_7_8_6=new Array("Special Singing","http://www.thewayofholiness.org/history/2010/springWomensConference/default.asp#Special singing","",0,17,200);
			Menu3_7_8_7=new Array("Special Guest","http://www.thewayofholiness.org/history/2010/springWomensConference/default.asp#Special Guest","",0,17,200);
			Menu3_7_8_8=new Array("Videos","","",7,17,200);
				Menu3_7_8_8_1=new Array("Afternoon session","http://www.thewayofholiness.org/history/2010/springWomensConference/videos.asp?n=Afternoon%20session&l=afternoonSession","",0,17,200);
				Menu3_7_8_8_2=new Array("A radical woman","http://www.thewayofholiness.org/history/2010/springWomensConference/videos.asp?n=A%20radical%20woman%20of%20God&l=aRadicalWomanOfGod","",0,17,200);
				Menu3_7_8_8_3=new Array("Container hang-up","http://www.thewayofholiness.org/history/2010/springWomensConference/videos.asp?n=Container%20Hangup&l=containerHangup","",0,17,200);
				Menu3_7_8_8_4=new Array("Crown of forgiveness","http://www.thewayofholiness.org/history/2010/springWomensConference/videos.asp?n=Crown%20of%20forgiveness&l=crownOfForgiveness","",0,17,200);
				Menu3_7_8_8_5=new Array("Faith lift","http://www.thewayofholiness.org/history/2010/springWomensConference/videos.asp?n=Faith%20lift&l=faithLift","",0,17,200);
				Menu3_7_8_8_6=new Array("Morning session","http://www.thewayofholiness.org/history/2010/springWomensConference/videos.asp?n=Morning%20session&l=morningSession","",0,17,200);
				Menu3_7_8_8_7=new Array("The beauty of praise","http://www.thewayofholiness.org/history/2010/springWomensConference/videos.asp?n=The%20beauty%20of%20praise&l=theBeautyOfPraise","",0,17,200);
			Menu3_7_8_9=new Array("Worship Leader","http://www.thewayofholiness.org/history/2010/springWomensConference/default.asp#Worship leader","",0,17,200);
			Menu3_7_8_10=new Array("Workshops","http://www.thewayofholiness.org/history/2010/springWomensConference/default.asp#Workshops","",0,17,200);
		Menu3_7_9=new Array("WVCU graduation","http://www.thewayofholiness.org/history/2010/wvcuGraduation/default.asp","",0,17,280);

Menu4=new Array("Ministries","http://www.thewayofholiness.org/ministries/default.asp","",6,17,96);
	Menu4_1=new Array("Cell Groups","http://www.thewayofholiness.org/ministries/cellGroups/default.asp","",0,17,120);
	Menu4_2=new Array("Children","http://www.thewayofholiness.org/ministries/children/default.asp","",1,17,120);
		Menu4_2_1=new Array("Mini-teaching","http://www.thewayofholiness.org/ministries/children/SundayMorning/20080511.mp3","",0,17,100);
	Menu4_3=new Array("Dance Team","","",2,17,120);
		Menu4_3_1=new Array("Adult","http://www.thewayofholiness.org/ministries/danceTeams/adult/default.asp","",0,17,100);
		Menu4_3_2=new Array("Youth","http://www.thewayofholiness.org/ministries/danceTeams/youth/default.asp","",0,17,100);
	Menu4_4=new Array("Men","http://www.thewayofholiness.org/ministries/men/default.asp","",0,17,120);
	Menu4_5=new Array("Women","http://www.thewayofholiness.org/ministries/women/default.asp","",3,17,120);
		Menu4_5_1=new Array("New Beginnings","http://www.thewayofholiness.org/ministries/women/newBeginnings/default.asp","",0,17,180);
		Menu4_5_2=new Array("Prayer Shawls","http://www.thewayofholiness.org/ministries/women/prayerShawls/default.asp","",0,17,180);
		Menu4_5_3=new Array("Women of Hope","http://www.thewayofholiness.org/ministries/women/womenOfHope/default.asp","",0,17,180);
	Menu4_6=new Array("Sunday School","http://www.thewayofholiness.org/sundaySchool/default.asp","",0,17,120);

Menu5=new Array("Misc","","",11,17,60);
	Menu5_1=new Array("Bible game","http://www.thewayofholiness.org/ministries/children/bibleBooks.htm","",0,17,135);
	Menu5_2=new Array("Bible Search","http://www.thewayofholiness.org/resources/default.asp","",0,17,135);
	Menu5_3=new Array("Calendar","http://thewayofholiness.org/calendar/default.asp","",2,17,135);
		Menu5_3_1=new Array("View calendar","http://www.thewayofholiness.org/calendar/default.asp","",0,17,160);
		Menu5_3_2=new Array("Search calendar","http://www.thewayofholiness.org/calendar/default.asp#Search","",0,17,160);
	Menu5_4=new Array("Contact Us","http://www.thewayofholiness.org/contactUs.asp","",0,17,135);
	Menu5_5=new Array("Guest speakers","","",16,17,135);
		Menu5_5_1=new Array("Sean Barnett","http://www.thewayofholiness.org/guestSpeakers/default.asp#SeanBarnett","",0,17,160);
		Menu5_5_2=new Array("Wesley Brown","http://www.thewayofholiness.org/guestSpeakers/default.asp#WesleyBrown","",0,17,160);
		Menu5_5_3=new Array("Doug Cochran","http://www.thewayofholiness.org/guestSpeakers/default.asp#DougCochran","",0,17,160);
		Menu5_5_4=new Array("Tyson Coughlin","http://www.thewayofholiness.org/guestSpeakers/default.asp#TysonCoughlin","",0,17,160);
		Menu5_5_5=new Array("Richard Dean","http://www.thewayofholiness.org/guestSpeakers/default.asp#RichardDean","",0,17,160);
		Menu5_5_6=new Array("Mike DiSanza","http://www.thewayofholiness.org/guestSpeakers/default.asp#MikeDiSanza","",0,17,160);
		Menu5_5_7=new Array("Gary Garden","http://www.thewayofholiness.org/guestSpeakers/default.asp#GaryGarden","",0,17,160);
		Menu5_5_8=new Array("Jamie Gizzi","http://www.thewayofholiness.org/guestSpeakers/default.asp#JamieGizzi","",0,17,160);
		Menu5_5_9=new Array("Nicholas Lalli","http://www.thewayofholiness.org/guestSpeakers/default.asp#NicholasLalli","",0,17,160);
		Menu5_5_10=new Array("Pam Lloyd","http://www.thewayofholiness.org/guestSpeakers/default.asp#PamLloyd","",0,17,160);
		Menu5_5_11=new Array("David Marsh","http://www.thewayofholiness.org/guestSpeakers/default.asp#DavidMarsh","",0,17,160);
		Menu5_5_12=new Array("Carlos Reyes","http://www.thewayofholiness.org/guestSpeakers/default.asp#CarlosReyes","",0,17,160);
		Menu5_5_13=new Array("Ron Sanders","http://www.thewayofholiness.org/guestSpeakers/default.asp#RonSanders","",0,17,160);
		Menu5_5_14=new Array("Jacob Schwertfeger","http://www.thewayofholiness.org/guestSpeakers/default.asp#JacobSchwertfeger","",0,17,160);
		Menu5_5_15=new Array("Greg Sealy","http://www.thewayofholiness.org/guestSpeakers/default.asp#GregSealy","",0,17,160);
		Menu5_5_16=new Array("Mike Stewart","http://www.thewayofholiness.org/guestSpeakers/default.asp#MikeStewart","",0,17,160);
	Menu5_6=new Array("Links","http://thewayofholiness.org/links.asp","",0,17,135);
	Menu5_7=new Array("Location","http://thewayofholiness.org/location/default.asp","",0,17,135);
	Menu5_8=new Array("Sacred Treasures","http://www.thewayofholiness.org/sacredTreasures/default.asp","",0,17,135);
	Menu5_9=new Array("Services","http://thewayofholiness.org/services.asp","",0,17,135);
	Menu5_10=new Array("What is love?","http://www.thewayofholiness.org/whatislove/default.asp","",0,17,135);
	Menu5_11=new Array("WVCU","http://wvcuonline.org","",0,17,135);


Menu6=new Array("Missions","","",2,17,79);
	Menu6_1=new Array("Articles","http://www.thewayofholiness.org/missions/default.asp","",0,17,130);
	Menu6_2=new Array("Missionary Ties","http://www.thewayofholiness.org/missions/missionaryTies.asp","",8,17,130);
		Menu6_2_1=new Array("Christ for India","http://www.thewayofholiness.org/missions/missionaryTies.asp#ChristForIndia","",0,17,160);
		Menu6_2_2=new Array("Crosslines","http://www.thewayofholiness.org/missions/missionaryTies.asp#Crosslines","",0,17,160);
		Menu6_2_3=new Array("Good News Missions","http://www.thewayofholiness.org/missions/missionaryTies.asp#GoodNewsMissions","",0,17,160);
		Menu6_2_4=new Array("Pregnancy Care Center","http://www.thewayofholiness.org/missions/missionaryTies.asp#PregnancyCareCenter","",0,17,160);
		Menu6_2_5=new Array("Randy & Leisa Bonner","http://www.thewayofholiness.org/missions/missionaryTies.asp#Randy&LeisaBonner","",0,17,160);
		Menu6_2_6=new Array("Rhema Missions","http://www.thewayofholiness.org/missions/missionaryTies.asp#RhemaMissions","",0,17,160);
		Menu6_2_7=new Array("Sons of Thunder","http://www.thewayofholiness.org/missions/missionaryTies.asp#SonsOfThunder","",0,17,160);
		Menu6_2_8=new Array("Terry Young","http://www.thewayofholiness.org/missions/missionaryTies.asp#TerryYoung","",0,17,160);

Menu7=new Array("Pastor","http://www.thewayofholiness.org/pastor/default.asp","",3,17,63);
	Menu7_1=new Array("Photos","http://www.thewayofholiness.org/pastor/photoGallery.asp","",0,17,90);
	Menu7_2=new Array("Radio spots","http://www.thewayofholiness.org/pastor/radio/default.asp","",0,17,90);
	Menu7_3=new Array("Sermons","http://www.thewayofholiness.org/pastor/sermons/default.asp","",0,17,90);

Menu8=new Array("Prayer","http://www.thewayofholiness.org/prayer/default.asp","",0,17,63);

Menu9=new Array("Worship","http://www.thewayofholiness.org/worship/default.asp","",2,17,71);
	Menu9_1=new Array("Adult","","",2,17,70);
		Menu9_1_1=new Array("Dial-up","","",2,17,90);
			Menu9_1_1_1=new Array("Music","","",2,17,90);
				Menu9_1_1_1_1=new Array("Download","http://www.thewayofholiness.org/worship/adult/download.asp","",0,17,90);
				Menu9_1_1_1_2=new Array("Listen","http://www.thewayofholiness.org/worship/adult/dialUp/default.asp","",0,17,90);
			Menu9_1_1_2=new Array("Pictures","http://www.thewayofholiness.org/worship/adult/dialUp/pictures/default.asp","",0,17,90);
		Menu9_1_2=new Array("Broadband","","",3,17,90);
			Menu9_1_2_1=new Array("Music","","",2,17,90);
				Menu9_1_2_1_1=new Array("Download","http://www.thewayofholiness.org/worship/adult/download.asp","",0,17,90);
				Menu9_1_2_1_2=new Array("Listen","http://www.thewayofholiness.org/worship/adult/broadband/default.asp","",0,17,90);
			Menu9_1_2_2=new Array("Pictures","http://www.thewayofholiness.org/worship/adult/broadband/pictures/default.asp","",0,17,90);
			Menu9_1_2_3=new Array("Videos","http://www.thewayofholiness.org/worship/adult/videos.asp?n=And%20can%20it%20be%20that%20I%20should%20gain%3F&l=andCanItBeThatIShouldGain","",0,17,90);
	Menu9_2=new Array("Youth","","",3,17,70);
		Menu9_2_1=new Array("Dial-up","http://www.thewayofholiness.org/worship/youth/dialUp/default.asp","",0,17,90);
		Menu9_2_2=new Array("Broadband","http://www.thewayofholiness.org/worship/youth/broadBand/default.asp","",0,17,90);
		Menu9_2_3=new Array("Videos","http://www.thewayofholiness.org/worship/youth/videos.asp?n=I%20am%20free&l=IAmFree","",0,17,130);

Menu10=new Array("Youth","http://www.thewayofholiness.org/youth/default.asp","",1,17,60);
	Menu10_1=new Array("Podcasts","http://highwaystudentministries.com","",0,17,130);