function init()
{
	//Main Menu items:
	menus[0] = new menu(24, "horizontal", 0, 102, 0, 0, "#005921", "gold", "Palatino Linotype, Souvenir Lt BT, Arial, MS Sans Serif", 9, "", "bold", 		"white", "black", 1, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, false, 0, true, 4, 4, "black");
	menus[0].addItem("#", "", 195, "center", "Strengthening the Church", 1);
	menus[0].addItem("#", "", 153, "center", "Children and Youth", 2);
	menus[0].addItem("#", "", 153, "center", "Helping the Needy", 3);
	menus[0].addItem("#", "", 153, "center", "How You Can Help", 4);
	menus[0].addItem("#", "", 143, "center", "Prayer Focus", 5);

//Sub Menu for 1st Main Menu "Strengthening the Church":
	menus[1] = new menu(190, "vertical", 0, 0, 0, 0, "#00752C", "gold", "Palatino Linotype, Souvenir Lt BT, Arial, MS Sans Serif", 10, "", "bold", 		"white", "black", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[1].addItem("strengthgenmin.htm", "", 24, "left", "General Ministry", 0);	
	menus[1].addItem("strengthening.htm", "", 24, "left", "Specific Projects", 0);

//Sub Menu for 2nd Main Menu Item ("Children and Youth"):
	menus[2] = new menu(190, "vertical", 0, 0, 0, 0, "#00752C", "gold", "Palatino Linotype, Souvenir Lt BT, Arial, MS Sans Serif", 10, "", "bold", 		"white", "black", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("childyouthgenmin.htm", "", 24, "left", "General Ministry", 0);	
	menus[2].addItem("childrenandyouth.htm", "", 24, "left", "Specific Projects", 0);


//Sub Menu for 3rd Main Menu Item ("Helping the Needy"):
	menus[3] = new menu(205, "vertical", 0, 0, 0, 0, "#00752C", "gold", "Palatino Linotype, Souvenir Lt BT, Arial, MS Sans Serif", 10, "", "bold", 		"white", "black", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("helpneedygenmin.htm", "", 24, "left", "General Ministry", 0);	
	menus[3].addItem("helpingneedy.htm", "", 24, "left", "Specific Projects", 0);
	

//Sub Menu for 4th Main Menu Item ("How you can Help"):
	menus[4] = new menu(185, "vertical", 0, 0, 0, 0, "#00752C", "gold", "Palatino Linotype, Souvenir Lt BT, Arial, MS Sans Serif", 10, "", "bold", 		"white", "black", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("pray.htm", "", 22, "left", "Pray", 0);
	menus[4].addItem("donate.htm", "", 22, "left", "Support / Invest", 0);
	menus[4].addItem("serve.htm", "", 22, "left", "Serve", 0);
	menus[4].addItem("tell.htm", "", 22, "left", "Tell", 0);
	

//Sub Menu for 5th Main Menu Item ("Prayer Focus"):
	menus[5] = new menu(210, "vertical", 0, 0, 0, 0, "#00752C", "gold", "Palatino Linotype, Souvenir Lt BT, Arial, MS Sans Serif", 10, "", "bold", 	"white", "black", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[5].addItem("prayer.htm", "", 22, "left", "Strengthening the Church", 0);
	menus[5].addItem("prayeryouth.htm", "", 22, "left", "Children and Youth", 0);
	menus[5].addItem("prayerneedy.htm", "", 22, "left", "Helping the Needy", 0);
	
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.