var MENU_ITEMS = [
	['&nbsp;Home', null,
			['&nbsp;Go to Home', ['homeintro.htm','_top']]
	],
//	This is a comment
	['&nbsp;Articles', null,
			['&nbsp;Go to Articles', ['articles.htm','_top']]
	],
	['&nbsp;Audio Recordings', null,
			['&nbsp;Go to Recordings', ['recordings.htm','_top']]			
	],
	['&nbsp;Bibles/Study Aids', null,
			['&nbsp;Go to Bibles/Study Aids', ['bibles.htm','_top']]
	],	
	['&nbsp;Blog', null,
			['&nbsp;Go to Blog', ['http://homechristians.wordpress.com','_top']]
	],
	['&nbsp;Books', null,
			['&nbsp;Online Books', ['onlinebooks.htm','_top']],
			['&nbsp;Recommended Books', ['recombooks.htm','_top']]	
	],
	['&nbsp;Christian Beacons', null,
			['&nbsp;Go To Beacons', ['beacons.htm','_top']]
	],
	['&nbsp;Christian Giving', null,
			['&nbsp;Go To Christian Giving', ['giving.htm','_top']]
	],
	['&nbsp;Events', null,
	 		['&nbsp;Bible Studies', ['bibleStudies.htm','_top']],
			['&nbsp;Conferences', ['conferences.htm','_top']],
			['&nbsp;Conference Reports', ['ConferenceReports.htm','_top']]
	],
	['&nbsp;Good News', null,
			['&nbsp;Go to the Good News', ['thegoodnews.htm','_top']]
	],
	['&nbsp;Help!', null,
			['&nbsp;Go to Help!', ['help.htm','_top']]
	],
	['&nbsp;Journals', null,
			['&nbsp;Go to Journals', ['journals.htm','_top']]
	],
	['&nbsp;Music', null,
			['&nbsp;Go to Music', ['music.htm','_top']]
	],
	['&nbsp;Quick Studies', null,
			['&nbsp;Go to Quick Studies', ['QuickStudies.htm','_top']]
	],
	['&nbsp;Sites of Interest', null,
			['&nbsp;Go to Sites of Interest', ['sitesinterest.htm','_top']]
	],
	['&nbsp;World Watch', null,
			['&nbsp;Go to World Watch', ['worldwatch.htm','_top']]
	],
	['&nbsp;FAQs', null,
			['&nbsp;Go to FAQs', ['faq.htm','_top']]
	],
	['&nbsp;Contact Us', null,
			['&nbsp;Go to Contact Us', ['contacts.htm','_top']]
	]
]
