function init()
{
	//Main Menu items for St. Lambert Parish - created by Jim Frommeyer:
	menus[0] = new menu(24, "horizontal", 48, 275, -2, -2, "#FFFF66", "#FF0000", "Arial,Helvetica", 13, "bold", "bold", "000099", "white", 1, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 0, 0, "0000CC");
	menus[0].addItem("index.html", "", 90, "center", "Home", 0);
	menus[0].addItem("about-us.html", "", 120, "center", "About Us", 1);
	menus[0].addItem("sacraments.html", "", 220, "center", "Sacraments / Liturgy", 0);
	menus[0].addItem("education.html", "", 220, "center", "Education / Classes", 3);
	menus[0].addItem("organizations.html", "", 140, "center", "Organizations", 0);
	menus[0].addItem("other.html", "", 110, "center", "Other", 0);
	menus[0].floatMenu(1024, 768, 10, 0);

//Sub Menu for 2nd Main Menu Item ("About Us"):
	menus[1] = new menu(300, "vertical", 0, 0, -5, -5, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("bulletins.html", "", 22, "left", "Sunday Bulletins", 0);
	menus[1].addItem("about-st-lambert.html", "", 22, "left", "About Saint Lambert of Maastricht", 0);

//Sub Menu for 3rd Main Menu Item ("Sacraments / Liturgy"):
	menus[2] = new menu(250, "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[2].addItem("mass-times.html", "", 22, "left", "Weekly Mass Times", 0);
	menus[2].addItem("confession-times.html", "", 22, "left", "Weekly Confession Times", 0);
	menus[2].addItem("adoration.html", "", 22, "left", "Eucharistic Adoration", 0);
	menus[2].addItem("rosary.html", "", 22, "left", "Rosary", 0);
	menus[2].addItem("baptisms.html", "", 22, "left", "Baptisms", 0);
	menus[2].addItem("weddings.html", "", 22, "left", "Weddings", 0);
	menus[2].addItem("funerals.html", "", 22, "left", "Funerals", 0);
	menus[2].addItem("sick-calls.html", "", 22, "left", "Sick Calls - Hospital / Home", 0);

//Sub Menu for 3rd Main Menu Item ("Education / Classes"):
	menus[3] = new menu(255, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("homilies.html", "", 22, "left", "Sunday Homilies", 0);
	menus[3].addItem("bulletins.html", "", 22, "left", "Sunday Bulletins", 0);
	menus[3].addItem("rev-kia.html", "", 22, "left", "Ask Reverend Know-It-All", 0);

//Sub Menu for Sub Menu "Bible Study":
	menus[4] = new menu(245, "vertical", 0, 0, 0, 0, "#E1E1E1", "black", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("great-adventure-bible-study.html", "", 22, "left", "Great Adventure Bible Study", 0);
	menus[4].addItem("fr-welsh-bible-study.html", "", 22, "left", "Fr. Welsh Bible Study", 0);

//Sub Menu for 4th Main Menu Item ("Other"):
	menus[5] = new menu(110, "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[5].addItem("links.html", "", 22, "left", "Great Links", 0);
	menus[5].addItem("search.html", "", 22, "left", "Search Site", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.