BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,
	shadow:0,
	color:{
		border:'#666666',
		shadow:'#22IF73',
		bgON:'#28227A',
		bgOVER:'#0079C2'
	},
	css:{
		ON:'clsCMOn',
		OVER:'clsCMOver'
	}	
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,99], leveloff:[0,0], style:STYLE, size:[20,200]},
	{size:[20,250],code:'Who We Are',
		sub:[
	// added size:[20, 150] below
			{size:[20, 250], itemoff:[19,00], leveloff:[19,0]},
// note the url here. No bracket needed at end if it the last item in the list
//			{code:'Home', url:'index.php'},
			{code:'Church Office', url:'office.php'},
			{code:'History of Tongham', url:'historyoftongham.php'},
			{code:'How To Find Us', url:'howtofindus.php'},
			{code:'Links', url:'links.php'},
			{code:'Meet The Team', url:'meettheteam.php'},
			{code:'Our Vision And Plans', url:'visionandaims.php'},
			{code:'The Old School', url:'theoldschool.php'},
					]
	},
// NEXT MENU
	{size:[20,400],code:'What We Do',
		sub:[
	// added size:[20, 150] below
			{size:[20, 200], itemoff:[19,00], leveloff:[19,0]},
// note the url here. No bracket needed at end if it the last item in the list
// note here that there is no SubSubItems
			{code:'Alpha Course', url:'alphacourse.php'},
			{code:'Fellaship Men\'s Events', url:'fellaship.php'},
			{code:'Fellowship Lunches', url:'fellowshiplunches.php'},
			{code:'Funerals', url:'funerals.php'},
			{code:'Marriage Preparation Course', url:'mp-introduction.php'},			
			{code:'Missionary And Charitable Giving', url:'mission.php'},
			{code:'Mums & Pre-schoolers', url:'coffeeplus.php'},
//			{code:'Holiday At Home for the retired', url:'holidayathome.php'},
//			{code:'Events for Men', url:'eventsformen.php'},
			{code:'Prayer', url:'prayer.php'},
			{code:'Soccer Stars', url:'soccerstars.php'},
			{code:'Teaching Programme', url:'teachingprogramme.php'},
			{code:'Thanksgiving And Baptism', url:'thanksgivingandbaptism.php'},
			{code:'Weddings', url:'weddings.php'},
			{code:'When We Meet', url:'whenwemeet.php'},
			{code:'What\'s On', url:'whatson.php'},
//			{code:'Football Team', url:'football.php'},
			]
	},
// NEXT MENU
	{size:[20,200],code:'Children\'s Work',
		sub:[
			{size:[20, 200], itemoff:[19,00], leveloff:[19,0]},
// note the url here. No bracket needed at end if it the last item in the list
			{code:'Overview', url:'youthoverview.php'},
			{code:'Baby Buzz Creche (0-3 years)', url:'babybuzzcreche.php'},
			{code:'Buzz Club (3-5 years)', url:'buzzclub.php'},
			{code:'Buzz+ (6-8 years)', url:'buzzplus.php'},
			{code:'Zzub (9-14 years)', url:'youthoverview.php'},						
			{code:'Zzub @ The Hive (9-14 years)', url:'youthoverview.php'},						
			{code:'Holiday Buzz Clubs', url:'holidaybuzzclub.php'},						
	]
},
];

