function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 150, 10, -2, -2, "#000000", "#ffff00", "Verdana,Helvetica", 9, 
		"bold", "bold", "#ffff00", "black", 1, "gray", 2, "", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("index.html", "", 70, "center", "Home", 0);
	menus[0].addItem("#", "", 130, "center", "Church Info", 1);
	menus[0].addItem("#", "", 155, "center", "Church Groups", 2);
	menus[0].addItem("#", "", 150, "center", "Other Info", 3);
	menus[0].addItem("#", "", 150, "center", "Schools", 4);
	menus[0].addItem("#", "", 170, "center", "Parish Pastoral Council", 5);
	menus[0].addItem("mailto:priest@st-teresas-church.co.uk", "", 120, "center", "Contact Us", 0);

//Sub Menu for 2nd Main Menu Item ("Info"):
	menus[1] = new menu(145, "vertical", 0, 0, -5, -5, "#000000", "#ffff00", "Verdana,Helvetica", 9, "bold", 
		"bold", "white", "black", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("missionstate.html", "", 30, "left", "Mission Statement", 0);
	menus[1].addItem("latestnews.html", "", 22, "left", "Latest News", 0);
	menus[1].addItem("moreinfo.html", "", 22, "left", "More News", 0);
	menus[1].addItem("pietystall.html", "", 22, "left", "Church Shop", 0);
	menus[1].addItem("masstimes.html", "", 22, "left", "Mass Times", 0);
	menus[1].addItem("history.html", "", 30, "left", "St Teresa's Church History", 0);
    menus[1].addItem("weeklyevents.html", "", 22, "left", "Weekly Events", 0);

//Sub Menu for 3rd Main Menu Item ("Groups"):
	menus[2] = new menu(155, "vertical", 0, 0, 0, 0, "#000000", "#ffff00", "Verdana,Helvetica", 9, "bold", 
		"bold", "white", "black", 1, "gray", 2, "", false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("http://www.cafod.org.uk", "_new", 22, "left", "C.A.F.O.D", 0);
	menus[2].addItem("liturgy.html", "", 22, "left", "Children's Liturgy", 0);
	menus[2].addItem("svp.html", "", 22, "left", "S.V.P", 0);
	menus[2].addItem("bereavement.html", "", 22, "left", "Bereavement Group", 0);
	menus[2].addItem("visiting.html", "", 22, "left", "Visiting  Group", 0);
	menus[2].addItem("panto.html", "", 22, "left", "Teresian Players", 0);
	menus[2].addItem("tots.html", "", 28, "left", "Tot's and Teddies Group ", 0);
  
//Sub Menu for 4th Sub Menu ("Other Info"):
	menus[3] = new menu(160, "vertical", 0, 0, 0, 0, "#000000", "#ffff00", "Verdana,Helvetica", 9, "bold", "bold", "white", "black", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("links.html", "", 30, "left", "Links other Catholic Sites", 0);
	menus[3].addItem("popebenedict.html", "", 30, "left", "Pope Benedict XV1", 0);
	menus[3].addItem("popejohnpaul.html", "", 22, "left", "Pope John Paul II", 0);  
	menus[3].addItem("pastpics.html", "", 22, "left", "Past Pictures", 0);
	menus[3].addItem("zambia.html", "", 22, "left", "Zambia Pictures", 0);
	menus[3].addItem("john collier.html", "", 30, "left", "Rev John Collier (r.i.p)", 0);

//Sub Menu for 4th Main Menu Item ("Schools"):
	menus[4] = new menu(170, "vertical", 0, 0, 0, 0, "#000000", "#ffff00", "Verdana,Helvetica", 9, "bold", "bold", "white", "black", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("http://st-teresas-primary.co.uk/", "", 22, "left", "St-Teresa's", 0);
	menus[4].addItem("http://www.cardinalallen.lancs.sch.uk/", "_new", 22, "left", "Cardinal Allen", 0);
  menus[4].addItem("http://www.st-mary.blackpool.sch.uk", "_new", 24, "left", "St Mary's Blackpool", 0);
  
  //Sub Menu for 5th Main Menu Item ("Parish Pastoral Council"):
	menus[5] = new menu(200, "vertical", 0, 0, 0, 0, "#000000", "#ffff00", "Verdana,Helvetica", 9, "bold", "bold", "white", "black", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[5].addItem("pdev.html", "", 30, "left", "Aims/Constitution<br>Parish Pastoral Council  ", 0);
	menus[5].addItem("minutes.html", "", 30, "left", "Minutes<br>Parish Pastoral Council", 0);
	


} //Designed by St Teresa's :-) .
