function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 0, 80, 0, 0, "#663300", "#934900", "Verdana,Helvetica", 9, 
		"bold", "bold", "white", "white", 0, "gray", 2, "", false, true, 
		true, false, 12, false, 4, 4, "black");
	menus[0].addItem("../pages/default.htm", "", 80, "center", "News", 0);
	menus[0].addItem("../pages/gigs.htm", "", 80, "center", "Gigs", 0);
	menus[0].addItem("#", "", 80, "center", "About", 1);
	menus[0].addItem("../pages/music.htm", "", 80, "center", "Music", 0);
	menus[0].addItem("#", "", 80, "center", "Gallery", 2);
	menus[0].addItem("#", "", 80, "center", "Reviews", 3);
	menus[0].addItem("../pages/signup.aspx", "", 80, "center", "Sign-up", 0);
	menus[0].addItem("../pages/contact.htm", "", 80, "center", "Contact", 0);

//Sub Menu for 2nd Main Menu Item ("Band"):
	menus[1] = new menu(80, "vertical", 0, 0, -5, -5, "#934900", "#663300", "Verdana,Helvetica", 9, 
		"bold", "bold", "white", "white", 0, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("../pages/band.htm", "", 22, "left", "Band", 0);
	menus[1].addItem("../pages/alan.htm", "", 22, "left", "Alan", 0);
	menus[1].addItem("../pages/leanne.htm", "", 22, "left", "Leanne", 0);
	menus[1].addItem("../pages/mark.htm", "", 22, "left", "Mark", 0);
	menus[1].addItem("../pages/tobi.htm", "", 22, "left", "Tobi", 0);

//Sub Menu for 3rd Main Menu Item ("Gallery"):
	menus[2] = new menu(280, "vertical", 0, 0, -5, -5, "#934900", "#663300", "Verdana,Helvetica", 9, 
		"bold", "bold", "white", "white", 0, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[2].addItem("../gallery/Riverside Charlbury (19Jun05).htm", "", 22, "left", "Riverside Charlbury (19Jun05)", 0);
	menus[2].addItem("../gallery/Burnham Festival (8Jul06).htm", "", 22, "left", "Burnham Festival (8Jul06)", 0);
	menus[2].addItem("../gallery/Jagz (25Aug06).htm", "", 22, "left", "Jagz (25Aug06)", 0);
	menus[2].addItem("../gallery/Market tavern (26Aug06).htm", "", 22, "left", "Market tavern (26Aug06)", 0);
	menus[2].addItem("../gallery/21SouthST (10Mar07).htm", "", 22, "left", "21SouthST (10Mar07)", 0);
	menus[2].addItem("../gallery/Zodiac (16Mar07).htm", "", 22, "left", "The Zodiac (16Mar07)", 0);
	menus[2].addItem("../gallery/Cellar Bar (May Day 07).htm", "", 22, "left", "Cellar Bar (May Day 07)", 0);
	menus[2].addItem("../gallery/Cornbury Festival (8Jul07).htm", "", 22, "left", "Cornbury Festival (8Jul07)", 0);
	menus[2].addItem("../gallery/Rhu Bar (14Oct07).htm", "", 22, "left", "Rhu Bar (14Oct07)", 0);
	menus[2].addItem("../gallery/Babalou (11Jan08).htm", "", 22, "left", "Babalou (11Jan08)", 0);
	menus[2].addItem("../gallery/The Red Room (26Jun09).htm", "", 22, "left", "The Red Room (26Jun09)", 0);
	menus[2].addItem("../gallery/Wedding - Becca & Jonnie (6Jun09 - Andrea Dale).htm", "", 22, "left", "Becca & Jonnie (6Jun09)", 0);
	menus[2].addItem("../gallery/Chalgrove (9Aug09).htm", "", 22, "left", "Chalgrove Festival (9Aug09)", 0);
	menus[2].addItem("../gallery/Battersea Park (14Aug09).htm", "", 22, "left", "Battersea Park (14Aug09)", 0);
	menus[2].addItem("../gallery/The Troubadour (29Jan10).htm", "", 22, "left", "The Troubadour (29Jan10)", 0);

//Sub Menu for 3rd Main Menu Item ("Reviews"):
	menus[3] = new menu(280, "vertical", 0, 0, -5, -5, "#934900", "#663300", "Verdana,Helvetica", 9, 
		"bold", "bold", "white", "white", 0, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[3].addItem("../reviews/Reviews1_PianoAndPitcher.htm", "", 22, "left", "Piano and Pitcher", 0);
	menus[3].addItem("../reviews/Reviews2_Reading.htm", "", 22, "left", "Reading Press", 0);
	menus[3].addItem("../reviews/Reviews3_Truck.htm", "", 22, "left", "Truck Festival", 0);
	menus[3].addItem("http://www.thelondonword.com/2010/02/tonic-at-the-troubadour/", "", 22, "left", "The London Word ** NEW **", 0);

//Sub Menu for 4th Main Menu Item ("Search"):
	menus[4] = new menu(130, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("http://www.google.com", "", 22, "left", "Google", 0);
	menus[4].addItem("http://www.yahoo.com", "", 22, "left", "Yahoo", 0);
	menus[4].addItem("http://www.altavista.com", "", 22, "left", "AlltheWeb", 0);
	menus[4].addItem("javascript:alert('hi')", "", 22, "left", "Teoma", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
