/* 
	the format of the tree definition file is simple,
	you can find specification in the product documentation at:
	
	http://www.softcomplex.com/products/tigra_tree_menu_pro/docs/#hierarchy
*/

var TOUR3_ITEMS = [
	['<b>Illusion Tour 3</b>', 0, null,
['<b>Start Tour</b>', 0, null,
		['Fading Color Dots',       'Tour3_1.htm', {'tw':'_self'}],
		['Ball & Shadow',  'Tour3_2.htm', {'tw':'_self'}],
		['All is Vanity',    'Tour3_3.htm', {'tw':'_self'}],
		['Extreme Reading', 'Tour3_4.htm', {'tw':'_self'}],
		['Got Stroop?',  'Tour3_5.htm', {'tw':'_self'}],
		['Checkerboard',       'Tour3_6.htm', {'tw':'_self'}],
		['Biggest Illusion?',  'Tour3_7.htm', {'tw':'_self'}],
		['Gearosity',    'Tour3_8.htm', {'tw':'_self'}],
		['More Moirés',     'Tour3_9.htm', {'tw':'_self'}],
		['Spinning Wheel?',  'Tour3_10.htm', {'tw':'_self'}],
		['Exit',           '../../Illusion_Jump_Main/Master_Jump.htm', {'tw':'_self'}],
				],
		['<b>Exit Choices</b>', 0, null,
			['Home',               '../../index.html', {'tw':'_self'}],
			['Back to Illusions',  '../../Illusion_Jump_Main/Master_Jump.htm', {'tw':'_self'}],
			['More Tours',         '../../Illusion_Jump_Main/Master_Jump.htm', {'tw':'_self'}],
			['Contact us',         '../../Contact.htm', {'tw':'_self'}],
		],
	
		]
];

