function init()
{
	menus[0] = new menu(108, "vertical", 2, 100, -2, 4, "#003163", "#79a6cf", "Arial,Helvetica", 9, "bold",
                "bold", "#ffff00", "#003163", 0, "#006e00", 2, "rollover:/images/tri3.gif:/images/tri3.gif", false, true, true, false, 12, false, 4, 4, "#8b0101");
	menus[0].addItem("/", "", 22, "left", "Home", 0);
	menus[0].addItem("#", "", 22, "left", "What's On?", 1);
	menus[0].addItem("/bulletin.html", "", 22, "left", "Bulletin", 0);
	menus[0].addItem("#", "", 22, "left", "Alpha", 3);
	menus[0].addItem("/kidzone.html", "", 22, "left", "Kidz/Teenz", 0);
	menus[0].addItem("/pcc.html", "", 22, "left", "PCC", 0);
	menus[0].addItem("/students.html", "", 22, "left", "Students", 0);
	menus[0].addItem("/recordings.html", "", 22, "left", "Recordings", 0);
	menus[0].addItem("#", "", 22, "left", "About Us", 2);
	menus[0].addItem("#", "", 22, "left", "", 0);
	menus[0].addItem("http://www2.salvationarmy.org.uk/", "", 33, "left", "National Website", 0);

//	menus[0].addItem("#", "", 22, "left", "Alpha", 3);
//	menus[0].addItem("/openday.html", "", 22, "left", "Open Day", 0);
//	menus[0].addItem("/alpha.html", "", 22, "left", "Alpha", 0);
//	menus[0].addItem("/toyappeal.html", "", 33, "left", "Christmas Toy Appeal", 0);
//	menus[0].addItem("/easter.html", "", 22, "left", "Easter 2009", 0);
//	menus[0].addItem("/talkingspace.html", "", 22, "left", "Talking Space", 0);

//1st Sub Menu ("What's On"):
	menus[1] = new menu(150, "vertical", 0, 0, 0, 0, "#003163", "#79a6cf", "Arial,Helvetica", 9, "bold", 
		"bold", "#ffff00", "#003163", 0, "#006e00", 2, "rollover:/images/tri3.gif:/images/tri3.gif", false, true, false, false, 0, true, 4, 4, "#8b0101");
	menus[1].addItem("/whatson.html", "", 22, "left", "What's On?", 0);
	menus[1].addItem("/regularevents.html", "", 22, "left", "Regular Events", 0);
	menus[1].addItem("/calendar.html", "", 22, "left", "Corps Calendar", 0);
	menus[1].addItem("/small_groups.html", "", 22, "left", "Small Groups", 0);

//	menus[1].addItem("/dates.html", "", 22, "left", "Dates for your Diary", 0);

//2nd Sub Menu ("About Us"):
	menus[2] = new menu(130, "vertical", 0, 0, 0, 0, "#003163", "#79a6cf", "Arial,Helvetica", 9, "bold", 
		"bold", "#ffff00", "#003163", 0, "#006e00", 2, "rollover:/images/tri3.gif:/images/tri3.gif", false, true, false, false, 0, true, 4, 4, "#8b0101");
	menus[2].addItem("/aboutus.html", "", 22, "left", "About Us", 0);
	menus[2].addItem("/location.html", "", 22, "left", "How to Find Us", 0);

//3rd Sub Menu ("Alpha"):
	menus[3] = new menu(160, "vertical", 0, 0, 0, 0, "#003163", "#79a6cf", "Arial,Helvetica", 9, "bold", 
		"bold", "#ffff00", "#003163", 0, "#006e00", 2, "rollover:/images/tri3.gif:/images/tri3.gif", false, true, false, false, 0, true, 4, 4, "#8b0101");
	menus[3].addItem("/alpha.html", "", 22, "left", "About Alpha", 0);
	menus[3].addItem("/alpha-who.html", "", 22, "left", "Who is it for?", 0);
	menus[3].addItem("/alpha-how.html", "", 22, "left", "How it works", 0);
	menus[3].addItem("/alpha-content.html", "", 22, "left", "Course Content", 0);
	menus[3].addItem("/alpha-papers.html", "", 22, "left", "What the papers say", 0);
	menus[3].addItem("/alpha-form.html", "", 22, "left", "Enquiry/Booking Form", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.














