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

];

