﻿var ContentItems = [
	["Easy PHP Calendar", "source/main.htm", "11"],
	["Security Considerations", "source/Security.htm", "18"],
	["Getting Started", null, "1",
		["Getting Started Guide", "source/GettingStarted.htm", "11"]
	],
	["Install", null, "1",
		["Auto Installer", "source/Install/AutoInstaller.htm", "11"],
		["Manual Install", "source/Install/ManualInstall.htm", "11"]
	],
	["Upgrade", null, "1",
		["Upgrade", "source/Upgrade/Upgrade.htm", "11"]
	],
	["Setup Manager", null, "1",
		["Setup Managaer", "source/SetupManager/SetupManagaer.htm", "11"],
		["Databases", null, "1",
			["Flat-file Setup", "source/SetupManager/Databases/FlatFile.htm", "11"],
			["mySQL Setup", "source/SetupManager/Databases/mySQL.htm", "11"]
		]
	],
	["Event Manager", null, "1",
		["Event Manager", "source/EventManager/EventManager.htm", "11"],
		["Adding Events", "source/EventManager/AddingEvents.htm", "11"],
		["Editing Events", "source/EventManager/EditingEvents.htm", "11"],
		["Deleting Events", "source/EventManager/DeletingEvents.htm", "11"],
		["Description Parser", "source/EventManager/Parser.htm", "11"],
		["HTML Editors", null, "1",
			["Introduction", "source/EventManager/HTML%20Editors/Introduction.htm", "11"],
			["TinyMCE", "source/EventManager/HTML%20Editors/TinyMCE.htm", "11"],
			["HTMLArea", "source/EventManager/HTML%20Editors/HTMLArea.htm", "11"],
			["Spaw", "source/EventManager/HTML%20Editors/Spaw.htm", "11"]
		]
	],
	["Integration", null, "1",
		["Important", "source/Integration/Important.htm", "12"],
		["Normal Mode", "source/Integration/NormalMode.htm", "11"],
		["Text on Calendar Mode", "source/Integration/TOCMode.htm", "11"],
		["List Mode", "source/Integration/ListMode.htm", "11"],
		["Blog Mode", "source/Integration/BlogMode.htm", "11"],
		["Normal Mode using AJAX", "source/Integration/AJAXNormal.htm", "11"]
	],
	["Plugins", null, "1",
		["Category Filter", "source/Plugins/Filter.htm", "11"],
		["Category Legend", "source/Plugins/Legend.htm", "11"],
		["Multi-Calendar Generator", "source/Plugins/MultiCalendarGenerator.htm", "11"]
	],
	["Customize", null, "1",
		["Command-line Variables", "source/Customize/CommandLineVariables.htm", "11"],
		["Layout/Color Customizations", "source/Customize/Customizations.htm", "11"]
	],
	["Help", null, "1",
		["Installation", "source/Help/Installation.htm", "11"],
		["Usage", "source/Help/Usage.htm", "11"]
	],
	["Change Log", null, "1",
		["Change Log", "source/ChangeLog/changeLog.htm", "11"]
	]
];

var gInitURL = "source/main.htm"