function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 176, 200, -1, -1, "#D1CDAF", "#9BAC66", "Tahoma,Verdana,Helvetica", 9, 
		"", "", "#576333", "#D7D4BD", 1, "#B5B3A3", 2, "", false, true, true, false, 0, false, 4, 4, "black");
	menus[0].addItem("index.html", 70, "left", "Home", 0);
	menus[0].addItem("aboutcordelia.html", 110, "left", "About Cordelia", 0);
	menus[0].addItem("reports.html", 128, "left", "Reports", 1);
	menus[0].addItem("speeches.html", 160, "left", "Speeches and articles", 2);
	menus[0].addItem("contactus.html", 100, "left", "Contact us", 0);


//Sub Menu for 3rd Main Menu Item ("reports"):
	menus[1] = new menu(130, "vertical", 0, 0, -5, -5, "#D1CDAF", "#9BAC66", "Tahoma,Verdana,Helvetica", 9, "", 
		"", "#576333", "#D7D4BD", 1, "#B1AF9F", 3, 62, false, true, false, false, 0, false, 4, 4, "black");
	menus[1].addItem("seriousgames.html", 35, "left", "Serious Games Summit Report", 0);
	menus[1].addItem("partypolitical.html", 35, "left", "Party Political Broadcasting", 0);
	menus[1].addItem("skyfreesat.html", 20, "left", "Sky and 'Freesat'", 0);
	menus[1].addItem("bbcmanifesto.html", 35, "left", "The BBC: use it or lose it", 0);
	menus[1].addItem("bbceducation.html", 35, "left", "Education is the new black", 0);
	menus[1].addItem("psbpaper.html", 20, "left", "Paper on PSB", 0);

//Sub Menu for 4th Main Menu Item ("speeches and articles"):
	menus[2] = new menu(162, "vertical", 0, 0, -5, -5, "#D1CDAF", "#9BAC66", "Tahoma,Verdana,Helvetica", 9, "", 
		"", "#576333", "#D7D4BD", 1, "#B1AF9F", 3, 62, false, true, false, false, 0, false, 4, 4, "black");
    menus[2].addItem("speech-reflections-on-uk-digital-economy-bill.html", 40, "left", "Reflections on UK Digital Economy Bill", 0);
    menus[2].addItem("pirate-thief-or-information-freedom-fighter.html", 50, "left", "Pirate: thief or information freedom fighter?", 0);
    menus[2].addItem("mulch-vs-marrows.html", 35, "left", "Mulch Versus Marrows", 0);
    menus[2].addItem("tigagameskeynote.html", 35, "left", "Games\: two levels short of a medium", 0);
	menus[2].addItem("reality.html", 50, "left", "Reality - coming soon to a games platform near you", 0);
	menus[2].addItem("reachingnewaudiences.html", 35, "left", "The Games industry - changing times", 0);
	menus[2].addItem("musicandcontent.html", 20, "left", "Music and content", 0);
	menus[2].addItem("whiteheadmanndinner.html", 20, "left", "Broadband speech", 0);
	menus[2].addItem("ibaitc.html", 20, "left", "IBA/ITC", 0);
	menus[2].addItem("nowidgetnowave.html", 20, "left", "No widget no wave", 0);
	menus[2].addItem("beebtalk.html", 20, "left", "BBC speech", 0);
	menus[2].addItem("guardianarticle.html", 20, "left", "Guardian article", 0);
	menus[2].addItem("kpmgspeech.html", 20, "left", "KPMG speech", 0);
	menus[2].addItem("publicservicearticle.html", 35, "left", "PSB: Is there life without the Fee?", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
