/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_menu/docs/items.html	
*/

var TREE_ITEMS = [
	
		['Lessons in Prayer - DEMO', 's2demo/2frameset.htm',
			['1: Lessons in Prayer', 'DEMO.htm'],
			['2: How I Pray', 's2demo/2frameset.htm'],
			['3: Brazen Altar', 'DEMO.htm'],
			['4: The Laver - Comm. 1', 'DEMO.htm',
				['5: Comm. 2', 'DEMO.htm'],
				['6: Comm. 3', 'DEMO.htm'],
				['7: Comm. 4', 'DEMO.htm'],
				['8: Comm. 5', 'DEMO.htm'],
				['9: Comm. 6', 'DEMO.htm'],
				['10: Comm. 7', 'DEMO.htm'],
				['11: Comm. 8', 'DEMO.htm'],
				['12: Comm. 9', 'DEMO.htm'],
				['13: Comm. 10', 'DEMO.htm'],
                        ],
			['14: Candlestick', 'DEMO.htm'],
			['15: Shewbread', 'DEMO.htm'],
			['16: Altar of Incense', 'DEMO.htm'],
			['17: Ark of the Covenant', 'DEMO.htm'],
			['18: Ripple Prayer', 'DEMO.htm'],
	
		]

];
