//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";		// alignment
var absLEFT = 	10;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	65; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#BD0000";	// main nav cell color
var rCOLOR = 	"#BD0000";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"#BD0000"	// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"#FE7F00";	// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	"normal"	// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	7;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#BD0000";	// submenu cell color

var srCOLOR = 	"#BD0000";	// submenu cell rollover color
var sbSIZE = 	0;		// submenu border size
var sbCOLOR = 	"#BD0000"	// submenu border color
var saLINK = 	"white";	// submenu link color
var saHOVER = 	"#FE7F00";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";  	// submenu font face
var sfSIZE = 	11;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"#cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 760;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right arrow (not ns4/op5/op6)



//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]

addMainItem("index.htm","Home",83,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(80,"left","center",-4,0,"","","","","","","");


	

addMainItem("","News",83,"center","","",0,0,"","","","","");

	defineSubmenuProperties(190,"left","left",-4,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("guest.htm","Guest Service","","");
	addSubmenuItem("diary.htm","Online Diary","","");
	addSubmenuItem("newsheet.pdf","Weekly Newsheet","","");


addMainItem("","About Ebe",83,"center","","",0,0,"","","","","");

	defineSubmenuProperties(160,"left","left",-4,0,"","","","","","","");
	addSubmenuItem("","Bible Teaching","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h 			offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(140,"left","left",20,-10,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("theology.htm","Going Deeper","","");
		addChildmenuItem("teaching.htm","Sunday Bible Teaching","","");
	addSubmenuItem("vision.htm","Church Vision","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h 			offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(140,"left","left",20,-10,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("agm.htm","Church Video 08-09","","");	
		addChildmenuItem("sof.htm","Ebe Statement of Faith","","");	
	addSubmenuItem("ccn.htm","City Celebration Network","","");
	addSubmenuItem("giving.htm","Financial Giving","","");
	addSubmenuItem("leadership.htm","Leadership Team","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h 			offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(140,"left","left",20,-10,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("cga.htm","Church Growth Academy","","");

	addSubmenuItem("newcomers.htm","Newcomers","","");
	addSubmenuItem("prayer.htm","Prayer","","");
	addSubmenuItem("smallgroups.htm","Small Groups","","");
	
	addSubmenuItem("","Sundays","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h 			offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(140,"left","left",20,-10,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("childrenschurch.htm","Children's Church","","");
		addChildmenuItem("theword.htm","The Word","","");
		addChildmenuItem("sundays.htm","Morning Celebration","","");
		addChildmenuItem("celebration.htm","Evening Celebration","","");
	addSubmenuItem("worldmission.htm","World Mission","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h 		offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(140,"left","left",20,-10,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("francisfamily.htm","Francis Family in Lesotho","","");
		addChildmenuItem("bloisnoise.htm","Le Noise in Blois","","");



	addSubmenuItem("worship.htm","Worship","","");
	addSubmenuItem("year.htm","Year Team","","");
	

	
addMainItem("","Christian Life",83,"center","","",0,0,"","","","","");

	defineSubmenuProperties(100,"left","left",-4,0,"","","","","","","");
	addSubmenuItem("baptism.htm","Baptism","","");
	addSubmenuItem("christian.htm","Being a Christian","","");
	addSubmenuItem("mentoring.htm","Mentoring","","");
	addSubmenuItem("test.htm","Real Life Stories","","");
	addSubmenuItem("alpha.htm","The Alpha Course","","");
	addSubmenuItem("wways.htm","Winning Ways","","");
			
		
	
addMainItem("","Connect",83,"center","","",0,0,"","","","","");

	defineSubmenuProperties(140,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("","Children","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h 				offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(140,"left","left",20,-10,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("football.htm","HALF-Time","","");
		addChildmenuItem("http://www.tgifridaykidzklub.org.uk","TGI Friday Kidz Klub","blank","");

	addSubmenuItem("","Youth","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h 		offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(120,"left","left",20,-10,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("tgilate.htm","TGi Late","","");
		addChildmenuItem("therock.htm","The Rock","","");
		
	addSubmenuItem("students.htm","Students","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h 			offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(140,"left","left",20,-10,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.globecafe.org.uk","Globe Cafe","_blank","");
		addChildmenuItem("pick.htm","Pick n Mix","","");
		addChildmenuItem("saw.htm","Student Action Week","","");

	addSubmenuItem("ignite.htm","18-30's","","");
	

	addSubmenuItem("","Families","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h 		offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(180,"left","left",20,-10,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("walk.htm","Countryside Walks","","");

		addChildmenuItem("friends.htm","Friends in Deed","","");
		addChildmenuItem("http://www.drugproofcourse.co.uk","How to drugproof your kids course","","");
		addChildmenuItem("rendezvous.htm","Parents and toddlers","","");

		
	addSubmenuItem("","Men and Women","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h 		offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(100,"left","left",20,-10,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("menutd.htm","Men Utd","","");
		addChildmenuItem("pip.htm","PIP","","");


	addSubmenuItem("footprints.htm","Senior Citizens","","");




		
addMainItem("","Community Life",83,"center","","",0,0,"","","","","");

	defineSubmenuProperties(140,"left","left",-4,0,"","","","","","","");
	addSubmenuItem("http://www.comealivepuppettheatre.org.uk","Come Alive Puppet Theatre","","");
	addSubmenuItem("cafe.htm","Taste Cafe","","");
	addSubmenuItem("ebecommunitychoir.htm","Ebe Community Choir","","");
	addSubmenuItem("festivals.htm","Local Community Festivals","","");
	addSubmenuItem("http://www.northbristolnoise.org.uk/","Noise 2009 - Volunteers!","","");
	addSubmenuItem("http://www.thenoise.org.uk/","Noise 2009 - Community","","");
	
	addSubmenuItem("action.htm","Social Justice","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h 					offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(140,"left","left",20,-10,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("bisc.htm","BISC","","");
		addChildmenuItem("crisiscentre.htm","Crisis Centre","","");
		addChildmenuItem("ethicallifestyle.htm","Ethical Lifestyle","","");
		addChildmenuItem("grandmas.htm","Grandmas","","");
		addChildmenuItem("one25.htm","One25 Project","","");
		addChildmenuItem("stopthetraffik.htm","Stop The Traffik","","");
	
	
	


		
addMainItem("","Resources",83,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"left","left",-4,0,"","","","","","","");


	addSubmenuItem("sermon.htm","Audio MP3 Sermons","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h 		offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(100,"left","left",20,-10,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("sermon01.htm","From 2001","","");
		addChildmenuItem("sermon02.htm","From 2002","","");
		addChildmenuItem("sermon03.htm","From 2003","","");
		addChildmenuItem("sermon04.htm","From 2004","","");
		addChildmenuItem("sermon05.htm","From 2005","","");
		addChildmenuItem("sermon06.htm","From 2006","","");
		addChildmenuItem("sermon07.htm","From 2007","","");
		addChildmenuItem("sermon08.htm","From 2008","","");
		addChildmenuItem("sermon09.htm","From 2009","","");

	addSubmenuItem("studies.htm","Bible Studies","","");
	addSubmenuItem("","Free Resources","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h 		offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(110,"left","left",20,-10,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("joke.htm","Clean Jokes","","");
		addChildmenuItem("story.htm","Inspirational Stories","","");
	addSubmenuItem("photos.htm","Photo Gallery","","");
	
	addSubmenuItem("video.htm","Video Gallery","","");
	

		
addMainItem("","Contact",83,"center","","",0,0,"","","","","");
	defineSubmenuProperties(150,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("hire.htm","Building Hire","","");
	addSubmenuItem("contact.htm","Contact Church Office","","");
	addSubmenuItem("location.htm","Church Location","","");
	addSubmenuItem("http://www.stj.org.uk/","St James Church, Lockleaze","","");
	addSubmenuItem("privacy.htm","Website Privacy Policy","","");
	
		
		
	


//**DO NOT EDIT THIS *****
}//***********************
//************************

