// 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 = [
	['&raquo;&nbsp; About Us','index.html', {'tw' : '_parent'},
		['&raquo;&nbsp; Times & Location','http://christunveiled.org/service_times.html', {'tw' : '_parent'}],
		['&raquo;&nbsp; Our Message','http://christunveiled.org/our_message.html', {'tw' : '_parent'}],
		['&raquo;&nbsp; Contact Us','http://christunveiled.org/FORMfields/contact_us.php', {'tw' : '_parent'}],

	],
	['&raquo;&nbsp; Our Ministers','index.html', {'tw' : '_parent'},
		['&raquo;&nbsp; Pastor','http://christunveiled.org/lincoln.html', {'tw' : '_parent'}],
		['&raquo;&nbsp; Music Minister','http://christunveiled.org/dunns.html', {'tw' : '_parent'}],

	],
	['&raquo;&nbsp; Internet Television','tv.html', {'tw' : '_parent'},

	],
	['&raquo;&nbsp; Audio On-Demand','index.html', {'tw' : '_parent'},
		['&raquo;&nbsp; Audio Sermons','http://christunveiled.org/audio_sermons.html', {'tw' : '_parent'}],
		['&raquo;&nbsp; Audio Bible Study','http://christunveiled.org/bible_studies.html', {'tw' : '_parent'}],

	],
	['&raquo;&nbsp; Video On-Demand','index.html', {'tw' : '_parent'},
		['&raquo;&nbsp; Video Sermons','http://christunveiled.org/lincoln_videos.html', {'tw' : '_parent'}],
		['&raquo;&nbsp; Video Bible Study','http://christunveiled.org/video_bible_studies.html', {'tw' : '_parent'}],

	],
	['&raquo;&nbsp; Ministries','index.html', {'tw' : '_parent'},
		['&raquo;&nbsp; Ministry Products','http://christunveiled.org/products01.html', {'tw' : '_parent'}],
		['&raquo;&nbsp; Subscriptions','http://christunveiled.org/subscriptions.html', {'tw' : '_parent'}],
		['&raquo;&nbsp; Africa Mission','http://christunveiled.org/nigerian_mission.html', {'tw' : '_parent'}],

	],
	['&raquo;&nbsp; Information','index.html', {'tw' : '_parent'},
	    ['&raquo;&nbsp; Benevolence','http://christunveiled.org/FORMfields/food_pantry_application.php', {'tw' : '_parent'}],
		['&raquo;&nbsp; Employment','http://christunveiled.org/FORMfields/application.php', {'tw' : '_parent'}],
		['&raquo;&nbsp; Fellowship Hall','http://christunveiled.org/Fellowship%20Hall%20Lease%20Policy%2001.pdf', {'tw' : '_parent'}],
		['&raquo;&nbsp; Wedding Policy','http://christunveiled.org/Wedding%20Policy.pdf', {'tw' : '_parent'}],
		['&raquo;&nbsp; Email Accounts','http://christunveiled.org/webmail', {'tw' : '_parent'}],
		
	],
];
