BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,
	shadow:0,
	color:{
		border:'#666666',
		shadow:'#DBD8D1',
		bgON:'white',
		bgOVER:'#003399'
	},
	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 are we?',
		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:'Meet The Team', url:'meettheteam.php'},
			{code:'Our Vision And Plans', url:'visionandaims.php'},
			{code:'Church Office', url:'office.php'},
			{code:'How To Find Us', url:'howtofindus.php'},
			{code:'History of Tongham', url:'historyoftongham.php'},
			{code:'The Old School', url:'theoldschool.php'},
			{code:'Links', url:'links.php'},
					]
	},
// NEXT MENU
	{size:[20,250],code:'What do we do?',
		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
// note here that there is no SubSubItems
			{code:'When We Meet', url:'whenwemeet.php'},
			{code:'Teaching Programme', url:'teachingprogramme.php'},
			{code:'What\'s On', url:'whatson.php'},
			{code:'The Alpha Course', url:'alphacourse.php'},
			{code:'Marriage Preparation Course', url:'mp-introduction.php'},			
			{code:'Fellowship Lunches', url:'fellowshiplunches.php'},
			{code:'Coffee Plus', url:'coffeeplus.php'},
			{code:'Holiday At Home', url:'holidayathome.php'},
			{code:'Events for Men', url:'eventsformen.php'},
			{code:'Prayer', url:'prayer.php'},
			{code:'Missionary And Charitable Giving', url:'mission.php'},
			{code:'Weddings', url:'weddings.php'},
			{code:'Thanksgiving And Baptism', url:'thanksgivingandbaptism.php'},
			{code:'Funerals', url:'funerals.php'},
//			{code:'Football Team', url:'football.php'},
			]
	},
// NEXT MENU
	{size:[20,200],code:'Children And Youthwork',
		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
			{code:'Overview', url:'youthoverview.php'},
			{code:'Baby Buzz creche (0-3 years)', url:'babybuzzcreche.php'},
			{code:'Buzz Club (3-7 years)', url:'buzzclub.php'},
			{code:'Buzz+ (8-12 years)', url:'buzzplus.php'},
			{code:'Holiday Buzz Clubs', url:'holidaybuzzclub.php'},						
	]
},
];
