// Tree structure definition
var TREE_ITEMS = [
  ["PDF Explorer User's Guide",'PDFExplorer.htm',
    	["License", "License.htm"],
		["Support", "Support.htm"],
	["What is PDF Explorer?", "Introduction.htm"],
	["Getting Started", "GettingStarted.htm"],
	["Features list", "FeaturesList.htm"],
	["PDF Info &ndash; Main window", "PDFInfo.htm",
		["The ScanGrid and the WorkGrid", "Grids.htm"],
		["Indexing and navigating in the catalogue", "ScanModes.htm",
			["DiskTree", "DiskTree.htm"],
			["DBDiskTree", "DBDiskTree.htm"],
			["DBDisk", "DBDisk.htm"],
			["DBSearch", "DBSearch.htm"]	
		],
		["Grid documents managment tools", "GridTools.htm",
			["InfoEdit", "InfoEdit.htm"],
			["Search//Filter", "SearchFilter.htm"],
			["Batch Tools", "BatchTools.htm",
				["Batch rename", "RenameBT.htm"],
				["Extract images", "ExtractImages.htm"],
				["Index text words", "IndexTextWordsBT.htm"],
				["Edit document info fields", "EditInfoFields.htm"],
				["Update document information fields", "UpdateDocumentInfoFields.htm"],
				["Search & Extract", "SearchAndExtract.htm"],
				["Print all pages", "PrintAllPages.htm"]
			]
		],
		["Toolbar and active document info area", "DocumentInfoBar.htm"]
	],
	["PDF View", "PDFView.htm"],
	["Images&ndash;Images viewer/extractor", "ViewExtractImages.htm"],
	["Batch I//O Batch tools input//output view", "BatchIO.htm"],
	["Menus", "Menus.htm",
		["File menu", "Menus.htm#File_Menu",
			["Import", "Import.htm"],
			["Export grid fields", "Export.htm"]
		],
		["Edit menu", "Menus.htm#Edit_Menu",
			["Grid layout editor", "LayoutEditor.htm",
				["Dynamic Calculated Columns", "LayoutEditor.htm#calculated_columns"],
				["Calculations panel", "LayoutEditor.htm#calculations_panel"],
				["Eval expressions syntax", "LayoutEditor.htm#expressions_syntax"],
				["Examples", "LayoutEditor.htm#examples"]
			],
			["Preference editor", "Preferences.htm",
				["General", "Preferences.htm#general"],
				["Appearance", "Preferences.htm#appearance"],
				["Internal PDF reader", "Preferences.htm#internal_PDF_reader"],
				["Security", "Preferences.htm#security"],
				["Shortcuts", "Preferences.htm#shortcuts"],
				["Backup/Restore", "Preferences.htm#backup_restore"]
			]
		],
		["Tools menu", "Menus.htm#Tools_Menu",
			["Extract text content", "TextExtractor.htm"],
			["Anonymize", "Anonymize.htm"],	
			["Rotate pages", "Rotate.htm"],
			["Split/Extract pages", "Split.htm"],
			["Delete pages", "DeletePages.htm"],
			["Merge/Rearrange pages", "Merge.htm"],
			["Insert/Append pages", "Insert.htm"],
			["Add Stamp/Watermark pages", "Stamp.htm"],
			["Attachments", "Attachments.htm"],
			["Set open options", "OpenOptions.htm"],
			["Set/Reset password security", "PassSecurity.htm"],
			["External applications", "ExternalApplications.htm"]
		],
		["Database menu", "Menus.htm#Database_Menu",
			["Database editor", "DatabaseEditTool.htm"],
			["Indexer settings", "IndexerSettings.htm"],
			["Custom fields settings", "CustomFieldsSettings.htm"]
		],
		["Extra menu", "Menus.htm#Extra_Menu",
			["Web interface", "WebInterface.htm",
				["Users and permissions", "WebInterface.htm#users_and_permissions"],
				["Dynamic DNS", "WebInterface.htm#dynamic_dns"],
				["HTTPS (SSL/TLS) options", "WebInterface.htm#https_options"],
				["CGI/ISAPI options", "WebInterface.htm#cgi_isapi_options"],
				["Additional options", "WebInterface.htm#additional_options",
					["General", "WebInterface.htm#additional_general"],
					["Virtual Directories", "WebInterface.htm#virtual_directories"],
					["Access Restrictions", "WebInterface.htm#access_restrictions"],
					["Access Logger", "WebInterface.htm#access_logger"],
					["Thumbnails", "WebInterface.htm#thumbnails"]
				],
				["OpenSearch", "WebInterface.htm#OpenSearch"],
				["Web Interface API", "WebInterface.htm#WebInterfaceAPI",
					["Functions summary", "WebInterface.htm#functions_summary"],
					["Functions details", "WebInterface.htm#functions_details",
						["CopyFiles", "WebInterface.htm#api_CopyFiles"],
						["DBFolder", "WebInterface.htm#api_DBFolder"],
						["DBSearch", "WebInterface.htm#api_DBSearch"],
						["DeleteFiles", "WebInterface.htm#api_DeleteFiles"],
						["GetDatabaseTree", "WebInterface.htm#api_GetDatabaseTree"],
						["GetFeatures", "WebInterface.htm#api_GetFeatures"],
						["GetMetadataFieldsListInfo", "WebInterface.htm#api_GetMetadataFieldsListInfo"],
						["GetThumbnail", "WebInterface.htm#api_GetThumbnail"],
						["GetUploadState", "WebInterface.htm#api_GetUploadState"],
						["IsGuestAccountEnabled", "WebInterface.htm#api_IsGuestAccountEnabled"],
						["IsLoginNeeded", "WebInterface.htm#api_IsLoginNeeded"],
						["Login", "WebInterface.htm#api_Login"],
						["Logout", "WebInterface.htm#api_Logout"],
						["MoveFiles", "WebInterface.htm#api_MoveFiles"],
						["RenameFiles", "WebInterface.htm#api_RenameFiles"],
						["SetMetadata", "WebInterface.htm#api_SetMetadata"],
						["Upload", "WebInterface.htm#api_Upload"]
					]
				]
			],
			["Task automation folders", "TaskAutomationFolders.htm"]
		],
		["Help menu", "Menus.htm#Help_Menu",
			["Check for updates", "CheckForUpdates.htm"]
		],
		["Grid context menu", "Menus.htm#Popup_Menu"]
	],
	["Command line parameters", "Cmdline.htm"],
	["Run as Windows service", "WindowsService.htm"],
	["Keyboard shortcuts", "KeyboardShortcuts.htm"]
 ]
];
