/* 
	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 = [


		['Menu', 0,
			['client',0,
			['closed'],
			['defaultStatus'],
			['dialogArguments'],
			['dialogHeight'],
			['dialogWidth'],
			['dialogTop'],
			['dialogLeft'],
			],

			['parent'],
			['returnValue'],
			['self'],
			['status'],
			['top']
		],
		
		['Collections', 0,
			['frames']
		],

	
];

