// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['<br\>Home','index.html', {'tw' : '_self'}
		,['Holy Trinity','ht/index.html', {'tw' : '_self'}]
		,['St Andrew&rsquo;s ','sa/index.html', {'tw' : '_self'}]
		,['St Paul&rsquo;s','sp/index.html', {'tw' : '_self'}]
		,['Sitemap','sitemap.html', {'tw' : '_self'}]
		,['F.A.Q.','faq/faq.html', {'tw' : '_self'}]
	 ]
	,['<br\>About Us','intro.html', {'tw' : '_self'}
		,['Introduction','intro.html', {'tw' : '_self'}]
		,['Contact Details','contact.html', {'tw' : '_self'}]
		,['External Links',null,null
		        ,['A Church Near You','http://www.achurchnearyou.com/', {'tw' : 'content'}]
		        ,['Royal School of Church Music','http://www.rscm-oxford.org.uk/', {'tw' : 'content'}]
		        ,['i-Church','http://www.i-church.org/', {'tw' : 'content'}]
		 ]
		,['Clergy Team','team.html', {'tw' : '_self'}]
		,['Clergy Surgery','events/2009/surgery.html', {'tw' : '_self'}]
		,['Church Groups',null,null
		        ,['Choir','ht/choir.html', {'tw' : '_self'}]
		        ,['Mothers&rsquo; Union','mu.html', {'tw' : '_self'}]
		        ,['Womans Hour','events/2009/womanshour.html', {'tw' : '_self'}]
		 ]
        	,['History',null,null
        		,['Our History','articles/bracknll.html', {'tw' : '_self'}]
        		,['Historical Records/Old Registers','records.html', {'tw' : '_self'}]
        		,['Holy Trinity - The Early Years','events/2008/htEarlyYears.html', {'tw' : '_self'}]
			,['Website Archive','archive.html', {'tw' : '_self'}]
        	 ]
		,['Book Church Halls','pracs.html#halls', {'tw' : '_self'}]
		,['<font color="#0a64cc">G</font><font color="#FF0000">o</font><font color="#7F6c0d">o</font><font color="#0a64cc">g</font><font color="#33CC33">l</font><font color="#FF0000">e</font> Search','search.html', {'tw' : '_self'}]
	 ]
	,['<br\>Worship &amp;<br\>Learning', null, null
		,['Services at All Churches','services.html', {'tw' : '_self'}]
		,['Prayers','prayers/prayerIndex.html', {'tw' : '_self'}]
//		,['Holy Week &amp; Easter Services','festiveservices.html', {'tw' : '_self'}]
//		,['Prayer Labyrinth','events/2009/labyrinth.html', {'tw' : '_self'}]
		,['Christ Church Cathedral','ccc.html', {'tw' : '_self'}]
//		,['Confirmation','events/2010/confirmation.html', {'tw' : '_self'}]
		,['Bible reading notes','brfnotes.html', {'tw' : '_self'}]
	 ]
	,['<br\>News &amp;<br\>Events','events/2012/_futureevents.html', {'tw' : '_self'}
		,['What&rsquo;s New','events/2012/_futureevents.html', {'tw' : '_self'}]
		,['Events Diary','events.html', {'tw' : '_self'}]
		,['Current Magazine','magazine/2012/feb12.html', {'tw' : '_self'}]
		,['Weekly Notice Board','events/2012/_parishnotes.html', {'tw' : '_self'}]
		,['Photo Gallery','gallery.html', {'tw' : '_self'}]
		,['Annual Report 2010','articles/anrep10.html', {'tw' : '_self'}]
//		,['Mission',null,null
//		        ,['BTM Parish Mission','events/2010/mission2010.html', {'tw' : '_self'}]
//		        ,['Harvest Mission','events/2010/mission_2.html', {'tw' : '_self'}]
//		 ]        
		,['Can You Help?','regularEvents/helprequired.html', {'tw' : '_self'}]
//		,['The &lsquo;Thank You&rsquo; page','regularEvents/thankyou.html', {'tw' : '_self'}]
	 ]
	,['Baptisms<br\>Weddings<br\>Funerals',null,null
		,['Baptisms',null,null
			,['General Information','baptism/overview.html', {'tw' : '_self'}]
			,['Fees Structure List','articles/fees2011.html', {'tw' : '_self'}]
		 ]
		,['Weddings',null,null
			,['General Information','wedding.html', {'tw' : '_self'}]
			,['Banns Online','wedding.html#bannsonline', {'tw' : '_self'}]
			,['Flowers in Church','events/2009/flowers.html', {'tw' : '_self'}]
			,['Fees Structure List','articles/fees2011.html', {'tw' : '_self'}]
		 ]
		,['Funerals',null,null
			,['General Information','bwf.html', {'tw' : '_self'}]
			,['Fees Structure List','articles/fees2011.html', {'tw' : '_self'}]
		 ]
	 ]
	,['Children &amp;<br\>Young<br\>People',null,null
		,['Sunday School','ht/children.html', {'tw' : '_self'}]
		,['Children&rsquo;s Groups','children.html', {'tw' : '_self'}]
//		,['Trinity Tots','events/2011/trinitytots.html', {'tw' : '_self'}]
		,['Messy Church','events/2010/messy00.html', {'tw' : '_self'}]
//		,['Communion before Confirmation*','cb4c link', {'tw' : '_self'}]
		,['Safeguarding Children','events/2010/safeguard.html', {'tw' : '_self'}]
		,['Child Protection Policy','childProtection/Child%20protection.html', {'tw' : '_self'}]		
	 ]
	,['<br\>Pastoral<br\>Care', null, null
		,['Request a prayer','prayer.html', {'tw' : '_self'}]
		,['Book of Remembrance','regularEvents/bookofremembrance.html', {'tw' : '_self'}]
	 ]

	,['Stewardship<br\>&amp;<br\>Fundraising',null,null
//		,['Give in a planned way','giving.html', {'tw' : '_self'}]
		,['Budget monitoring','events/2008/budgets.html', {'tw' : '_self'}]
	]
	// Open in separate window
	,['<br\>Church Shop','http://www.kevinmayhew.com/?a_aid=4c3a2d9a87cfa', {'tw' : 'content'}]
//	,['Temp', null, null
//		,['New Window*','url link', {'tw' : '_blank'}]
//		,['Parent Window*','url link', {'tw' : '_parent'}]
//		,['Same Frame*','url link', {'tw' : '_self'}]
//	]
];
