function init()
{
	menus[0] = new menu(20, "horizontal", 134, 105, 0, 0, "#C0C0C0", "#666666", "Arial", 10,"Bold" , 
		"", "#007AC0", "white", 2, "white", 0, "", false, true, true, false, 0, false, 4, 4, "white");
	menus[0].addItem("index.php", "", 60, "Center", "Home", 0);
	menus[0].addItem("", "", 120, "Center", "First Life", 1);
	menus[0].addItem("#", "", 120, "Center", "Organisations", 2);
	menus[0].addItem("#", "", 120, "Center", "Ministries", 3);
	menus[0].addItem("#", "", 120, "Center", "Services", 4);
	menus[0].addItem("#", "", 120, "Center", "About Us", 5);
	menus[0].addItem("links.html", "", 64, "Center", "Links", 0);
	menus[0].floatMenu(1024, 768, 10, 0);
	
	//First Life
	menus[1] = new menu(140, "vertical", 0, 0, -5, -5,  "#C0C0C0", "#666666", "Arial", 8, "Bold", 
		"",  "#007AC0", "white", 1, "white", 1, 187, false, false, false, false, 0, false, 4, 4, "gray");
	menus[1].addItem("http://www.firstchurch.co.uk/firstlife/thoughts.php", "", 17, "left", "Thought for the day", 0);
	//menus[1].addSeparator(1, "white");
	//menus[1].addItem("firstlife/weekly.php ", "", 17, "left", "Weekly Events", 0);
	//menus[1].addSeparator(1, "white");
	//menus[1].addItem("#", "", 17, "left", "Monthly Events", 0);
	//menus[1].addSeparator(1, "white");
	//menus[1].addItem("#", "", 17, "center", "Item 1_4", 3);


	//Organisations
	menus[2] =  new menu(140, "vertical", 0, 0, -5, -5,  "#C0C0C0", "#666666", "Arial", 8, "Bold", 
		"",  "#007AC0", "white", 1, "white", 1, 187, false, false, false, false, 0, false, 4, 4, "gray");
	//menus[2].addItem("#", "", 17, "left", "Youth and Children", 0);
	//menus[2].addSeparator(1, "white");
	//menus[2].addItem("#", "", 17, "left", "Adults", 0);
	menus[2].addItem("http://www.firstchurch.co.uk/orgs/orgs.html", "", 17, "left", "Our Organisations", 0);

	//Ministries
	menus[3] = new menu(160, "vertical", 0, 0, -5, -5,  "#C0C0C0", "#666666", "Arial", 8, "Bold", 
		"",  "#007AC0", "white", 1, "white", 1, 187, false, false, false, false, 0, false, 4, 4, "gray");
	menus[3].addItem("http://www.firstchurch.co.uk/ministry/leadership.html", "", 17, "left", "Leadership Academy", 0);
	menus[3].addSeparator(1, "white");
	menus[3].addItem("http://www.firstchurch.co.uk/ministry/prayer/index.html", "", 17, "left", "Prayer Line", 0);
	//menus[3].addSeparator(1, "white");
	//menus[3].addItem("ministry/mc/mc.html", "", 17, "left", "Master's Commission", 0);
	//menus[3].addSeparator(1, "white");
	//menus[3].addItem("#", "", 17, "left", "Music", 0);
	//menus[3].addSeparator(1, "white");
	//menus[3].addItem("ministry/missionwork.html", "", 17, "left", "Mission & Outreach", 0);
	//menus[3].addSeparator(1, "white");

	//Services
	menus[4] = new menu(120, "vertical", 0, 0, -5, -5,  "#C0C0C0", "#666666", "Arial", 8, "Bold", 
		"",  "#007AC0", "white", 1, "white", 1, 187, false, false, false, false, 0, false, 4, 4, "gray");
	menus[4].addItem("http://www.firstchurch.co.uk/Services/services.html", "", 17, "left", "Sunday Services", 0);
	menus[4].addSeparator(1, "white");
	menus[4].addItem("http://www.firstchurch.co.uk/Services/devine.html", "", 17, "left", "Healing", 0);
	menus[4].addSeparator(1, "white");
	menus[4].addItem("http://www.firstchurch.co.uk/Services/special.html", "", 17, "left", "Special Services", 6);
	//menus[4].addSeparator(1, "white");

	//About Us
	menus[5] = new menu(140, "vertical", 0, 0, -5, -5,  "#C0C0C0", "#666666", "Arial", 8, "Bold", 
		"",  "#007AC0", "white", 1, "white", 1, 187, false, false, false, false, 0, false, 4, 4, "gray");
	menus[5].addSeparator(1, "white");
	menus[5].addItem("http://www.firstchurch.co.uk/info/aboutus.html", "", 17, "left", "About First Church", 0);
	//menus[5].addSeparator(1, "white");
	//menus[5].addItem("#", "", 17, "left", "Site Map", 0);
	
	menus[6] = new menu(140, "vertical", 0, 0, -5, -5,  "#C0C0C0", "#666666", "Arial", 8, "Bold", 
		"",  "#007AC0", "white", 1, "white", 1, 187, false, false, false, false, 0, false, 4, 4, "gray");
	menus[6].addItem("http://www.firstchurch.co.uk/services/christmas.html", "", 17, "left", "Christmas", 0);
	menus[6].addSeparator(1, "white");
	menus[6].addItem("http://www.firstchurch.co.uk/services/easter.html", "", 17, "left", "Easter", 0);
	menus[6].addSeparator(1, "white");
	menus[6].addItem("http://www.firstchurch.co.uk/services/harvest.html", "", 17, "left", "Harvest", 0);
	
}
