/*
  --- 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 = [  
	['Home', './index.html',null],
	['About Us', null, null,
		['Leadership & Distinctives', './leadership.html', null],
		['Our Beliefs', './beliefs.html', null],
		['Statement On...', null, null,
			['Fundamentalism', './fundamentalism.html', null],
			['Music', './sonmusic.html', null],
			['Preaching & Teaching', './pandt.html', null],
			['Heaven & Hell', './handh.html', null],
			['The Bible', './trustbible0.html'],
		],
		['Our History', './history.html', null],
		['Our Location', './contact.html', null],
	],
	['Family', null, null,
	 	['Photo Gallery', './photogallery.html', null],
		['Cookbook', './cookbook.html', null],
		['Tips for Ladies', './pdfs/TipsForLadies.pdf', null],
		<!--['Kids Zone (Coming Soon!)', './forkids.html', null],-->
	],
	['Audio', './audio.html', null],
	['Knowledge Vault', './kbvault.html', null],
	['Missions', null, null,
		['Byers - Military', 'http://www.thebyersfamily.net/', null],
		['Klein - S. America', 'http://hkidswt.blogspot.com/', null],
		['Knouf - Deaf & Inner City', './josephknouf.html', null],
		['Lavender - Evangelist', './SamLavender.html', null],
	],
	['Schedules', null, null,
  	   
           ['August Calendar', './pdfs/calendar_2010-aug.pdf', null],
           ['September Calendar', './pdfs/calendar_2010-Sept6.pdf', null],
           ['October Calendar', './pdfs/calendar_2010-Oct2.pdf', null],
	],
	['Map & Contact Us', './contact.html', null],
];

