/* 
	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 = [
	['Freeraser - Data Shredder', '000-welcome.htm',
		['Introducing FREERASER', '0000-Introducing-Freeraser.htm'],
		['Disclaimer notes', '0010-disclaimer.htm'],
		['Install Freeraser', '0020-install.htm'],
		['Settings', '0100-Settings.htm',
			['Appearance', '0102-Appearance.htm'],
			['System Settings', '0103-System-Settings.htm'],
			['Help Menu', '0104-Help.htm'],
		],
		
		['Operation', '0200-Operation.htm',
			['Drag-n-Drop', '0201-Drag-n-Drop.htm'],
			['Select file to destroy', '0202-Select-file-to-destroy.htm'],
		],
		
		['Uninnstall Freeraser', '0300-uninstall.htm'],
		['Support information', '0400-support.htm'],
		['Appendix - Shredding Algorithms', '1000-Algorithms.htm',
			['Random data fill (Fast)', '1001-Random-Data-fill.htm'],
			['DoD 5220-22M (Forced)', '1002-DoD-5220-22M.htm'],
			['Guttman (Ultimate)', '1003-Gutmann.htm'],
		],
	]
];