/* 
	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 TOUR1_ITEMS = [
	['<b>Illusion Tour 1</b>', 0, null,
['<b>Start Tour</b>', 0, null,
		['Hidden Tiger',       'Tour_1.htm', {'tw':'_self'}],
		['Illusive Plan',      'Tour_2.htm', {'tw':'_self'}],
		['Einstein Rings',    'Tour_3.htm', {'tw':'_self'}],
		['Obama Illusion',     'Tour_4.htm', {'tw':'_self'}],
		['Color Cube',  'Tour_5.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'}],
		],
	
		]
];


