/* 
	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 TOUR2_ITEMS = [
	['<b>Illusion Tour 2</b>', 0, null,
['<b>Start Tour</b>', 0, null,
		['Hold On!',       'Tour2_1.htm', {'tw':'_self'}],
		['Pimples or...',  'Tour2_2.htm', {'tw':'_self'}],
		['Buring Fuses',    'Tour2_3.htm', {'tw':'_self'}],
		['Whites Illusion', 'Tour2_4.htm', {'tw':'_self'}],
		['Game Break...',  'Tour2_5.htm', {'tw':'_self'}],
		['Banana Cards',       'Tour2_6.htm', {'tw':'_self'}],
		['Cafe Wall',  'Tour2_7.htm', {'tw':'_self'}],
		['Art&Illusion',    'Tour2_8.htm', {'tw':'_self'}],
		['Impossible',     'Tour2_9.htm', {'tw':'_self'}],
		['Climbers',  'Tour2_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'}],
		],
	
		]
];

