	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#ffff00';			// Background color when mouse is over
	var HighSubBgColor='#ffff00';			// Background color when mouse is over on subs
	var FontLowColor='#0000a0';			// Font color when mouse is not over
	var FontSubLowColor='#0000a0';			// Font color subs when mouse is not over
	var FontHighColor='#0000a0';			// Font color when mouse is over
	var FontSubHighColor='#0000a0';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='#0000a0';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,verdana,times"	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=0;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=10;				// 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=0;				// 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=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='menu_span';				// 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 highlighted
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'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.html","",8,17,105);
    Menu1_1=new Array("Statement of Faith","http://deafharvest.org/statementoffaith.htm","",0,20,180);
	Menu1_2=new Array("Donations","http://www.deafharvest.org/Donate.htm","",0);	
	Menu1_3=new Array("Meet Jesus!","http://www.deafharvest.org/meet_jesus.htm","",0);
	Menu1_4=new Array("Ministry Resources","http://www.deafharvest.org/Ministry_Resources.htm","",0);
	Menu1_5=new Array("Newsletter", "http://www.deafharvest.org/E-news.htm", "", 0);
	Menu1_6=new Array("Campbell's Soup Labels", "http://www.deafharvest.org/campbells_program.htm","",0,20,120);
    Menu1_7=new Array("Child Sponsorship", "http://www.deafharvest.org/child_sponsorship.htm","",0,20,120);
    Menu1_8=new Array("Fun Stuff", "http://www.deafharvest.org/Fun_Stuff.htm","",0,20,120);


//Menu2=new Array("Service Times","","",0);
//	Menu2_1=new Array("Find a Group","http://javascript.internet.com","",8,20,120);
//		Menu2_1_1=new Array("Scotland","http://javascript.internet.com","",0,20,110);
//		Menu2_1_2=new Array("Northeast","http://javascript.internet.com","",0);
//		Menu2_1_3=new Array("Northwest","http://javascript.internet.com","",0);
//		Menu2_1_4=new Array("East","http://javascript.internet.com","",0);
//		Menu2_1_5=new Array("Midlands","http://javascript.internet.com","",0);
//		Menu2_1_6=new Array("Southwest","http://javascript.internet.com","",0);
//		Menu2_1_7=new Array("Central","http://javascript.internet.com","",0);
//		Menu2_1_8=new Array("Southeast","http://javascript.internet.com","",0);
//	Menu2_2=new Array("Overseas","http://javascript.internet.com","",0);
//	Menu2_3=new Array("Interest Groups","http://javascript.internet.com","",0);
//	Menu2_4=new Array("Members\' Area","http://javascript.internet.com","",0);
//	Menu2_5=new Array("Media","","",3);
//		Menu2_5_1=new Array("Magazine","http://javascript.internet.com","",0,20,120);
//		Menu2_5_2=new Array("Newsletter","http://javascript.internet.com","",0);
//		Menu2_5_3=new Array("Annual Report","http://javascript.internet.com","",0);

Menu2=new Array("Prayer","http://www.deafharvest.org/whypray.htm","",6);
	Menu2_1=new Array("Why pray?  ","http://deafharvest.org/whypray.htm","",0,20,180);
	Menu2_2=new Array("Teach us to pray","http://deafharvest.org/prayersummary.htm","",0);	
	Menu2_3=new Array("Prayer Walking","http://deafharvest.org/prayerwalkingsummary.htm","",0);
	Menu2_4=new Array("Workshops","http://deafharvest.org/workshops.htm","",0);
	Menu2_5=new Array("Power of Prayer", "http://deafharvest.org/Power_of_Prayer.htm", "", 0);
	Menu2_6=new Array("Prayer resources", "http://deafharvest.org/prayer_websites.htm","",0,20,120);

	
	Menu3=new Array("Global Harvest","http://deafharvest.org/globaldeafharvest.htm","",9);
	Menu3_1=new Array("About the global harvest", "http://deafharvest.org/globaldeafharvest.htm", "", 0, 20, 200);
    Menu3_2=new Array("Africa","http://www.deafharvest.org/africa.htm","",5, 20, 200);
	    Menu3_2_1=new Array("Ghana", "http://www.deafharvest.org/africa_ghana.htm", "", 0, 20, 200);
		Menu3_2_2=new Array("Kenya", "http://www.deafharvest.org/africa_kenya.htm", "", 0, 20, 200);
		Menu3_2_3=new Array("Nigeria", "http://www.deafharvest.org/africa_nigeria.htm", "", 0, 20, 200);
		Menu3_2_4=new Array("Deaf Ministries Int'l", "http://www.deafmin.org/", "", 0, 20, 200);
	    Menu3_2_5=new Array("Door International", "http://www.doorinternational.com/", "", 0, 20, 200);
	Menu3_3=new Array("Asia", "http://www.deafharvest.org/asia.htm","",0);
	//Menu3_3=new Array("Announcements via email", "http://www.harvestpointonline.com/announcements/index.php","",0);
	Menu3_4=new Array("Europe", "http://www.deafharvest.org/europe.htm","",0);
	Menu3_5=new Array("North America", "http://www.deafharvest.org/north_america.htm", "", 0);
	Menu3_6=new Array("South America", "http://www.deafharvest.org/south_america.htm", "", 0);
	Menu3_7=new Array("Australia", "http://www.deafharvest.org/australia.htm", "", 0);
	Menu3_8=new Array("Mission Trips", "http://deafharvest.org/upcoming_missions_trips.htm", "", 0);
	Menu3_9=new Array("The Harvest video", "http://deafharvest.org/the_harvest_video.htm", "", 0);
	
//	Menu4_2=new Array("Coffe with the Pastor","http://www.harvestpointonline.com/coffewiththepastor.htm","",0);
//		Menu4_3_1=new Array("Food Pantry","http://www.harvestpointonline.com/foodpantry.htm","",0,20,110);
//		Menu4_3_2=new Array("Guildford","http://javascript.internet.com","",0);
//		Menu4_3_3=new Array("Nottingham","http://javascript.internet.com","",0);
//	Menu4_4=new Array("Food Pantry","http://www.harvestpointonline.com/foodpantry.htm","",0);	
//	Menu4_5=new Array("Vacation Bible School", "http://www.harvestpointonline.com/vbs.htm","",0);

Menu4=new Array("Donations","http://www.deafharvest.org/Donate.htm","",0);
//	Menu5_1=new Array("About Life Groups","http://javascript.internet.com","",0,20,140);
//	Menu5_2=new Array("In your area","","",5);
//		Menu5_2_1=new Array("Hampton","http://javascript.internet.com","",0,20,120);
//		Menu5_2_2=new Array("Locust Grove","http://javascript.internet.com","",0);
//		Menu5_2_3=new Array("McDonough", "http://javascript.internet.com","",0);
//		Menu5_2_4=new Array("Jonesboro","http://javascript.internet.com","",0);
//		Menu5_2_5=new Array("Kelleytown","http://javascript.internet.com","",0);
	
Menu5=new Array("Order form","http://www.deafharvest.org/order_form.htm","",0);

Menu6=new Array("Contact us", "http://www.deafharvest.org/contact_us.htm", "", 0);
	
	