/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['How To Find God?', null, null,
		["Steps To...",'evangelism/FourSpiritualLaws.html', {'tw' : 'content'}],
		["What's Next?",'evangelism/NowThat.html', {'tw' : 'content'}],
	],
	['About Us', null, null,
		['Directions','directions.html', {'tw' : 'content'}],
		['Beliefs','ThisWeBelieve.html', {'tw' : 'content'}],
		['Beliefs Detailed','documents/Declaration_of_Faith.pdf', {'tw' : '_blank'}],
		['Denomination','http://www.foursquare.org', {'tw' : '_blank'}],
		['Pastors','ministries/pastors.html', {'tw' : 'content'}],
		['Pastors Blog','http://brocktonfoursquare.wordpress.com', {'tw' : '_blank'}],
		['Contact Us', null, null,
			['(508) 427-1744', null, null],
			["Email",'mailto:church@brocktonfoursquare.org', {'tw' : 'content'}],
		],
	],
	['Services & Calendar', null, null,
		['Today', 'calendar/calendar.html', {'tw' : 'content'}],
		['Monthly Calendar', 'http://www.mychurchevents.com/calendar/calendar.aspx?list_by=calendar_month&ci=L6L6J4J4I3F0O9L6I3&igd=', {'tw' : '_blank'}],
		['Special Events', 'events.html', {'tw' : 'content'}],
	],
	['Things We Do', 'ministries/ministries.html', {'tw' : 'content'}],
	['Angel Food','AngelFood.html', {'tw' : 'content'}],
	['Christian Day Care','ministries/littlelambs.html', {'tw' : 'content'}],
	['Resources & Links', null, null,
		['Bible Study Helps', null, null,
			['Reading Schedule','bibleReading/BibleReading.html', {'tw' : 'content'}],
			['Lookup Verse', 'bible/GetVerse.html', {'tw' : 'content'}],
			['Lookup Word', 'bible/GetWord.html', {'tw' : 'content'}],
			['Bible Study Links', 'links/LinksBibleStudy.html', {'tw' : 'content'}],
		],
		['Blog','http://brocktonfoursquare.wordpress.com', {'tw' : '_blank'}],
		['Email','http://www.easycgi.com/mail/', {'tw' : '_blank'}],
		['Links & Friends', 'links/links.html', {'tw' : 'content'}],
		['Login','login.html', {'tw' : 'content'}],
		['Misc.', null, null,
			['Convention 08','/limitedaccess/conventions/conventions.html', {'tw' : 'content'}],
			['Fun Stuff', "media.html", {'tw' : 'content'}],
			['Midweek','midweek/midweek.html', {'tw' : 'content'}],
			['Small Groups','smallgroups/SmallGroups.html', {'tw' : 'content'}],
			['Staff Area',null, null, 
				['Email','http://www.easycgi.com/mail/', {'tw' : '_blank'}],
				['Site Login','login.html', {'tw' : 'content'}],
			],
			['Sunday School','sundayschool/sundayschool.html', {'tw' : 'content'}],
			['Technical','technical.html', {'tw' : 'content'}],
		],
		['Missions','missions/missions.html', {'tw' : 'content'}],
		['Music & Worship','worship/music.html', {'tw' : 'content'}],
		['News', null, null,
			['National','news/NewsNational.html', {'tw' : 'content'}],
			['4SQ Magazine','http://www.foursquarechurch.org/advance', {'tw' : '_blank'}],
			["What's New?",'news/ChangesToSite.html', {'tw' : 'content'}],
			["Cancellations?",'news/cancellations.html', {'tw' : 'content'}],
		],
		['Sermons','sermons/sermons.html', {'tw' : 'content'}],
		['Theology Corner','theology/Theology.html', {'tw' : 'content'}],
		['Youth','youth/youth.html', {'tw' : 'content'}],
	],
	['Bible College', null, null,
		['N.E. Institute','http://www.nefbi.org', {'tw' : '_blank'}],
		['LIFE Bible College','http://www.lifepacific.edu', {'tw' : '_blank'}],
		["BISR Download",'login.html', {'tw' : 'content'}],
		["Send Email",'mailto:NEFBI@charter.net', {'tw' : 'content'}],
	],
	['Home','home.html', {'tw' : 'content'}],
];