/* 
	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 = [
	
		['Miracles 101 - DEMO', 'introdemo/2frameset.htm',
			['Introduction', 'introdemo/2frameset.htm'],
			['Seg One: Pursuit', 'DEMO.htm',
				['1 Testimony', 'DEMO.htm'],
				['2 Jesus the Same', 'DEMO.htm'],
				['3 Prepared for You', 'DEMO.htm'],
				['4 Assignments', 'DEMO.htm'],
			],
			['Seg Two: Environment', 'seg2demo/2frameset.htm',
				['1 Create', 'seg2demo/2frameset.htm'],
				['2 Your Book', 'DEMO.htm'],
				['3 Definitions', 'DEMO.htm'],
				['4 How To', 'DEMO.htm'],
			],
			['Seg Three: Desire', 'DEMO.htm',
				['1 The Flaw', 'DEMO.htm'],
				['2 My Desires', 'DEMO.htm'],
				['3 Increase Desire', 'DEMO.htm'],
							],
			['Seg Four: Channel', 'DEMO.htm',
				['1 Unbelief', 'DEMO.htm'],
				['2 Do Not Quit', 'DEMO.htm'],
				['3 I Believe', 'DEMO.htm'],
			],
			['Miracle Journal', 'DEMO.htm',
				['1 Rick Surgeon', 'DEMO.htm'],
				['2 Sutha Joy', 'DEMO.htm'],
				['3 Helen Stanley', 'DEMO.htm'],
				['4 Chris Ideson', 'DEMO.htm'],
			],			
		]

];


