/* 
	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 = [
	['CodySafe', '000-welcome.htm',
		['Disclaimer notes', '0010-disclaimer.htm'],
		['How to use this Manual', '0011-how-to-use-manual.htm'],
		['Introducing CodySafe', '0000-Introducing-CodySafe.htm'],
		['Install CodySafe', '0020-install.htm'],
		['Control Panel', '0200-Options.htm',
			['Control Panel Overview', '0201-Control-Panel-Overview.htm'],
			['System Settings', '0210-System-Settings.htm'],
			['Language Settings', '0220-Language-Settings.htm'],
			['Applications Manager', '0230-Applications-Manager.htm',
			 	['Manage Applications', '0231-Manage-Applications.htm'],
			 	['Add Applications', '0232-Add-Applications.htm'],
			 	['Autorun Manager', '0235-Autorun-Manager.htm'],
			 	['Pre- and Post-run scripts', '0236-Scripts.htm'],
			 ],
			['Drive Doctor', '0240-Drive-Doctor.htm',
				['ViruSense', '0241-ViruSense.htm'],
			],
			['Hot Keys', '0270-HotKeys.htm',
				['Main', '0271-HotKeys-Main.htm'],
				['Open URL', '0272-HotKeys-AddURL.htm'],
				['Launch an application', '0273-HotKeys-AddApplication.htm'],
			],
			['Find-if-Lost', '0250-Find-if-Lost.htm'],
			['Themes', '0242-Themes.htm'],
			['Miscellaneous', '0260-Miscellaneous.htm'],
		],
		['Operation', '0300-Operation.htm',
			['Main features', '0310-Main-features.htm'],
			['Searching installed application', '0320-search.htm'],
			['Applications Depot', '0330-apps-depot.htm'],
		 ],
		['Uninstall CodySafe', '0900-uninstall.htm'],
	]
];
