function Initialize()
	{
	DB = new Array(16)

	DB[0] = new Database("../Welcome.html", "Welcome", "The welcome page.", "welcome brief description news")
	DB[1] = new Database("../About/Hardware.html", "Hardware Requirements", "What hardware is required to run the Maverick OS.", "hardware requirements machines configurations hardware support files")
	DB[2] = new Database("../About/Features.html", "Features", "A list of features implemented in version 0.1 plus some planned features for future versions.", "features")
	DB[3] = new Database("../About/Terminology.html", "Terminology", "A list of words of words a how we interpertate them.", "terminology kernel task switch thread switch program")
	DB[4] = new Database("../HowItWorks/General.html", "How It Works", "A descriptions of how the OS generally is intended to work.", "works working os design kernel components starting a program")
	DB[5] = new Database("../FileSystemFormats/Signatures.html", "Omega Signatures", "Signature values used by the Omega disc- and partitionformats.", "omega signatures omega discformat omega partitionformat 14020000 14020100 14020101 14020102 master boot sector master boot record mbs mbr bootsector lfat fsh")
	DB[6] = new Database("../FileSystemFormats/Omega_Discformat_r1.html", "Omega Discformat", "A specification of the Omega Discformat. Part 1 of the Omega filesystem.", "omega discformat master boot sector master boot record mbs mbr bootmanager partition data disc area 14020000 boot priority partition name")
	DB[7] = new Database("../FileSystemFormats/Omega_Partitionformat_r1.html", "Omega Partitionformat", "A specification of the Omega Partitionformat. Part 2 of the Omega Filesystem.", "omega partitionformat bootcode bootstrap partition structure data sum 1 sum 2 lfat 1 lfat 2 data area 14020100 14020101 14020102 sector usage map 1 sector usage map 2 logical file allocation table 1 logical file allocation table 2 lfat id parent lfat directory entry filename status code file segment header fsh disc capacity")
	DB[8] = new Database("../FileFormats/HardwareSupportFileformat.html", "Hardware Support Fileformat", "A specification of the Hardware Support fileformat used by the OS to load drivers.", "hardware support fileformat file header code segment offset list code segment header vendor id vendor device id")
	DB[9] = new Database("../Other/Version01Programs.html", "Programs in version 0.1", "A list of programs available with version 0.1 of the Maverick OS.", "software taskmanager user interface error monitor configuration panel debugger filemanager text editor")
	DB[10] = new Database("../Other/LaterPrograms.html", "Later programs", "A list of planned programs.", "compiler plugins drawing internet www ftp news e-mail finger server")
	DB[11] = new Database("../Code/ProgrammingStatus.html", "Status on the programming", "No code has yet been written.", "code status on the programming")
	DB[12] = new Database("../Related/Software/NlC_Bootmanager.html", "NlC Bootmanager", "Info on the bootmanager used to load Maverick OS.", "bootmanager nlc")
	DB[13] = new Database("History.html", "History", "A brief view of what has happend on the site.", "history cookie")
	DB[14] = new Database("Feedback.html", "Feedback", "Use this form to give me feedback on anything about operating systems particularly this one.", "feedback e-mail address")
	DB[15] = new Database("../License.html", "License", "Just some info on what you may do with the information found here.", "legal copyright responsability")
	}

