/* 
	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_tree_menu/docs/index.html#hierarchy
*/

var TREE_ITEMS = [
	['Falcon language', '', 
		['Teoria', 0,
			['Introduzione','flc001.html'],
			['Primi passi','flc002.html'],
			['I numeri','flc003.html'],
			['Gli arrays','flc004.html'],
			['Le stringhe','flc005.html'],
			['Dictionary e liste','flc006.html'],
			],
		['Links ed esempi', 0, 
			['Links','falclinks.html'],
			['Hello World','flcs001.html'],
			['Fattoriali','flcs002.html'],		
			['Elapsed time','flcs003.html'],	
			],
		['Varie', 0,
			['Reference','falrefa.html'],
		],
	]
];