/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#810307';			// Background color when mouse is not over//#1A418E
	var LowSubBgColor='#FFDDDE';		// Background color when mouse is not over on subs
	var HighBgColor='#810307';			// Background color when mouse is over//#1A418E
	var HighSubBgColor='#E69FA1';		// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#AA5255';		// Font color subs when mouse is not over FFF7D3
	var FontHighColor='#E69FA1';			// Font color when mouse is over
	var FontSubHighColor='#000000';		// Font color subs when mouse is over
	var BorderColor='#810307';			// Border color
	var BorderSubColor='#E69FA1';		// Border color for subs
	var BorderWidth=1;						// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="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' or 'bottom'
	var ChildOverlap=.0;						// horizontal overlap child/ parent //2
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent //2
	var StartTop=172;						// Menu offset x coordinate
	//var StartLeft=22;							// Menu offset y coordinate
	var VerCorrect=1;						// Multiple frames y correction
	var HorCorrect=1;						// Multiple frames x correction
	var LeftPaddng=5;						// Left padding
	var TopPaddng=1;						// Top padding
	var FirstLineHorizontal=1;				// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=550;				// 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='';							// DIV id for relative positioning (refer to config.htm for info)
	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
	

		    if (screen.width<1024)
		   	{
			var StartLeft=10;
			}
			else
			{
			var StartLeft=280;
			}


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("Welcome","index.html","",0,20,70); 

Menu2=new Array("History ","#","",7,20,65);
	Menu2_1=new Array(":: History Page 1","history1.html","",0,20,180); 
	Menu2_2=new Array(":: History Page 2","history2.html","",0); 
	Menu2_3=new Array(":: History Page 3","history3.html","",0); 
	Menu2_4=new Array(":: History Page 4","history4.html","",0); 
	Menu2_5=new Array(":: Stratford Langthorne Abbey","stratford_langthorne_abbey.html","",0); 
	Menu2_6=new Array(":: Roof Repair","roof_repairs.html","",0); 
	Menu2_7=new Array(":: Register Searches","register_searches.html","",0); 
	
Menu3=new Array("About Us ","#","",5,20,70);
	Menu3_1=new Array(":: List of Vicars","abu_list_vicars.html","",0,20,150);	
	Menu3_2=new Array(":: Who's who","abu_whois_who.html","",0);
	Menu3_3=new Array(":: Events this week","abu_magzine.html","",0);
	Menu3_4=new Array(":: Development Project","abu_dev_project.html","",0);
	Menu3_5=new Array(":: Contacts","contacts.html","",0);


Menu4=new Array("Life in the Parish ","#","",2,20,120);
	Menu4_1=new Array(":: Life in the Parish Page 1","life_parish.html","",0,20,160);	
	Menu4_2=new Array(":: Life in the Parish Page 2","life_parish2.html","",0,20,85);


Menu5=new Array("Groups ","#","",8,20,65);
	Menu5_1=new Array(":: All Saints Chorus","group_all_saints_chorus.html","",0,20,270);	
	Menu5_2=new Array(":: Bell Ringing","group_bell_ringing.html","",0);	
	Menu5_3=new Array(":: Children and Young people","childrennyoung_people.html","",0);	
	Menu5_4=new Array(":: Church Choir","group_church_choir.html","",0);	
	Menu5_5=new Array(":: African/Caribbean Community Association","group_african_community.html","",0);	
	Menu5_6=new Array(":: Friends of All Saints","group_friends_ham_church.html","",0);	
Menu5_7=new Array(":: Sunday School","sunday_school.html","",0);	
Menu5_8=new Array(":: Youth Group","youth_group.html","",0);	

Menu6=new Array("Services","#","",3,20,68);
	Menu6_1=new Array(":: Sunday Services","services_sunday.html","",0,20,215);	
	Menu6_2=new Array(":: Weddings, Baptisms and Funerals","services_weddings.html","",0);
	Menu6_3=new Array(":: Specimen Wedding Service","services_specimen.html","",0);


Menu7=new Array("Ministry","#","",2,20,70);
	Menu7_1=new Array(":: Faith and Prayer","ministry_comfort.html","",0,20,125);	
	Menu7_2=new Array(":: Prayer","ministry_prayer.html","",0);
	
Menu8=new Array("Events","events.html","",0,20,70); 