function init()
{
	//Main Menu items:
	menus[0] = new menu(23, "horizontal", 9, 157, -2, -2, "#DDDDCC", "#0000A0", "Verdana,Helvetica", 9, 
		"bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 5, "black");
	menus[0].addItem("index.htm", "", 123, "center", "Home", 1);
	menus[0].addItem("services.htm", "", 123, "center", "Services", 0);
	menus[0].addItem("eternal_life.htm", "", 123, "center", "Eternal Life", 0);
	menus[0].addItem("ministries.htm", "", 123, "center", "Ministries", 2);
	menus[0].addItem("staff.htm", "", 123, "center", "Staff", 0);
	//menus[0].addItem("facilities.htm", "", 90, "center", "Facilities", 0);	
	menus[0].addItem("calendar.htm", "", 123, "center", "Calendar", 0);	
	menus[0].addItem("how_to_join.htm", "", 123, "center", "How To Join", 0);

	//Sub Menu for Home:
	menus[1] = new menu(220, "vertical", 0, 0, -5, -5, "#DDDDCC", "#0000A0", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("index.htm", "", 22, "left", "Welcome", 0);
	menus[1].addItem("history.htm", "", 22, "left", "History", 0);
	menus[1].addItem("beliefs.htm", "", 22, "left", "Our Beliefs", 0);
	menus[1].addItem("mission.htm", "", 22, "left", "Mission Statement", 0);
                menus[1].addItem("directions.htm", "", 22, "left", "Directions", 0);
                menus[1].addItem("contact_us.htm", "", 22, "left", "Contact Us", 0);
                menus[1].addItem("links.htm", "", 22, "left", "Links", 0);
                //menus[1].addItem("message.htm", "", 22, "left", "Message from the Pastor", 0);

                //Sub Menu for Ministries:
                menus[2] = new menu(200, "vertical", 0, 0, -5, -5, "#DDDDCC", "#0000A0", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
                menus[2].addItem("kids_connection.htm", "", 22, "left", "Kids Connection", 0);
                menus[2].addItem("wed_night_bible_study.htm", "", 22, "left", "Wed Night Bible Study", 0);
		menus[2].addItem("sun_night_study.htm", "", 22, "left", "Sunday Night Study", 0);
                menus[2].addItem("missionaries.htm", "", 22, "left", "Missionaries", 0);
                menus[2].addItem("prayer_requests.htm", "", 22, "left", "Prayer Requests", 0);
                menus[2].addItem("submit_prayer_request.htm", "", 22, "left", "Submit Prayer Request", 0);
                menus[2].addItem("mission_conference.htm", "", 22, "left", "Missions Conference", 0);


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