/*
  --- data items --- 
*/
var DATA_ITEMS = [
	['Worship', '/index.html',
		['Worship at PHLC', '/phlc2/phlc.org/worship/index.html'],
		['Recent Sermons', '/phlc2/phlc.org/news/recentSermons.html']
	],
	['About Us...', null,
		['Our Mission', '/phlc2/phlc.org/aboutus/index.html'],
		['Our Pastor', '/phlc2/phlc.org/aboutus/pastor.html'],
		['Our Staff', '/phlc2/phlc.org/aboutus/staff.html'],
		['Our History', '/phlc2/phlc.org/aboutus/history.html'],
		['Who Are Lutherans?', '/phlc2/phlc.org/aboutus/lutherans.html'],
		['Martin Luthers Seal', '/phlc2/phlc.org/aboutus/luthersSeal.html']
	],
	['Ministries', null,
		['Youth Ministry', '/phlc2/phlc.org/ministries/youth.html'],
		['Music Ministry', '/phlc2/phlc.org/ministries/music.html'],
		['Social Outreach Ministry', '/phlc2/phlc.org/ministries/social.html'],
		['Education', '/phlc2/phlc.org/ministries/education.html'],
		['Confirmation Ministry', '/phlc2/phlc.org/ministries/enrichment.html']
	],
	['News & Events', null,
		['PHLC Events', null,	  ['Current Events', '/phlc2/phlc.org/news/news.html']
								  ],
		['Recent Bulletins/Events', null,
								  ['12-11-11 Bulletin'       , '/phlc2/phlc.org/Bulletins/Bulletin Insert 12-11-11.pdf'],
								  ['12-04-11 Bulletin'       , '/phlc2/phlc.org/Bulletins/Bulletin Insert 12-04-11.pdf'],
								  ['11-13-11 Bulletin'       , '/phlc2/phlc.org/Bulletins/Bulletin Insert 11-13-11.pdf'],
								  ['11-06-11 Bulletin'       , '/phlc2/phlc.org/Bulletins/Bulletin Insert 11-6-11.pdf'],
								  ['10-30-11 Bulletin'       , '/phlc2/phlc.org/Bulletins/Bulletin Insert 10-30-11.pdf'],
								  ['10-23-11 Bulletin'       , '/phlc2/phlc.org/Bulletins/Bulletin Insert 10-23-11.pdf']
							  ],
		['Joe Murdy', null,
								  ['Bio'       , '/phlc2/phlc.org/ministries/joeMurdy.html'],
								  ['Blog'       , 'http://josephmurdy.blogspot.com']
							  ]
	],
	['Preschool', null,
		['Our Preschool', '/phlc2/phlc.org/preschool/indexNew.html'],
		['2½ Year Old - Program', '/phlc2/phlc.org/preschool/ps2-5.html'],
		['3 Year Old - Program', '/phlc2/phlc.org/preschool/ps3.html'],
		['Pre-K - Program', '/phlc2/phlc.org/preschool/preK.html'],
		['Enroll', '/phlc2/phlc.org/preschool/enroll.html']
	],
	['More Info', null,
		['Contact Us', '/phlc2/phlc.org/contact/index.html'],
		['Staff','/phlc2/phlc.org/aboutus/staff.html'],
		['phlc.org Site Map','/phlc2/siteMap.html']
	],
	['Links', null,
		['Lutheran Links','/phlc2/phlc.org/links/index.html'],
		['RIC Info for PHLC', '/phlc2/phlc.org/links/ric.html']
	]
];

