function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 101, 196, -2, -2, "#006600", "#ffffff", "Verdana,Helvetica", 8, "bold", "bold", "#ffffff", "#1c0181", 1, "gray", 2, "", false, true, true, true, 12, false, 4, 4, "black");
	menus[0].addItem("index.htm", "", 50, "center", "Home", 0);
	menus[0].addItem("massschedule.htm", "", 120, "center", "Mass Schedule", 0);
	menus[0].addItem("pastoralteam.htm", "", 125, "center", "Pastoral Team",0);
	menus[0].addItem("info_submit.php", "_NEWWIN", 93, "center", "Contact Us",0);
	menus[0].addItem("location.htm", "", 78, "center", "Location",0);
	menus[0].addItem("ars.htm", "", 169, "center", "Altar & Rosary Society",0);
	menus[0].addItem("knights.htm", "", 157, "center", "Knights of Columbus",0);
	menus[0].floatMenu(1024, 768, 0, 0);

	menus[0] = new menu(22, "horizontal", 101, 217, -2, -2, "#006600", "#ffffff", "Verdana,Helvetica", 8, "bold", "bold", "#ffffff", "#1c0181", 1, "gray", 2, "", false, true, true, true, 12, false, 4, 4, "black");
	menus[0].addItem("bulletin.htm", "", 81, "center", "Bulletins",0);
	menus[0].addItem("#", "", 60, "center", "Forms",2);
	menus[0].addItem("#", "", 170, "center", "Catholicism in Edwards",1);
	menus[0].addItem("schedules/lectorschedule.pdf", "_NEWWIN", 123, "center", "Server Schedule",0);
	menus[0].addItem("schedules/Groundscare.pdf", "NEWWIN", 168, "center", "Grounds Care Schedule", 0);
	menus[0].addItem("cleaners.htm", "", 140, "center", "Cleaning Schedule", 0);
	menus[0].addItem("links.htm", "", 50, "center", "Links", 0);
	menus[0].floatMenu(1024, 768, 0, 0);
	
	//Sub Menu for "Catholicism in Edwards":
	menus[1] = new menu(200, "vertical", 0, 0, -5, -5, "#006600", "#ffffff", "Verdana,Helvetica", 8, "bold", "bold", "#ffffff", "#1c0181", 1, "gray", 2, "", false, true, false, true, 6, false, 4, 4, "black");
	menus[1].addItem("history.htm", "", 22, "left", "Sacred Heart History", 0);
	menus[1].addItem("timeline.htm", "", 22, "left", "Historical Timeline", 0);
	menus[1].addItem("served.htm", "", 22, "left", "Those Who Served", 0);
	menus[1].addItem("stedwards.htm", "", 22, "left", "St. Edward's Church", 0);
	menus[1].addItem("stmichaels.htm", "", 22, "left", "St. Michael's Church", 0);
	
	//Sub Menu for "Forms":
	menus[2] = new menu(280, "vertical", 0, 0, -5, -5, "#00660f", "#ffffff", "Verdana,Helvetica", 8, "bold", "bold", "#ffffff", "#1c0181", 1, "gray", 2, "", false, true, false, true, 6, false, 4, 4, "black");
	menus[2].addItem("../forms/eftauthorization.pdf", "_blank", 22, "left", "Electronic Funds Transfer Authorization", 0);}

//OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
