function init()
{
	//Main Menu items:
	menus[0] = new menu(24, "horizontal", 2, 95, -2, -2, "#03699C", "#DD6900", "Verdana,Helvetica", 9, 
		"bold", "bold", "white", "white", 1, "silver", 2, "rollover:images/tri-down2.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("http://www.myhopevillage.com", "", 90, "center", "Home", 0);
	menus[0].addItem("#", "", 110, "center", "About Us", 1);
	menus[0].addItem("#", "", 130, "center", "What We Do", 2);
	menus[0].addItem("#", "", 110, "center", "Resources", 3);
	menus[0].addItem("javascript:function newwindow() {window.open('http://www.myhopevillage.com/chat/chat.htm','new','height=235,width=330,top=0,left=0,location=no,scrollbars=no,menubar=no,toolbar=no,resizable=no,status=no')}; newwindow();", "", 100, "center", "Chat", 0);
	menus[0].addItem("#", "", 100, "center", "Help Us", 4);
	menus[0].addItem("http://www.myhopevillage.com/contact.htm", "", 110, "center", "Contact Us", 0);

//Sub Menu for 2nd Main Menu Item ("About Us"):
	menus[1] = new menu(22, "horizontal", 0, 0, 0, 0, "#DD6900", "#73BB31", "Verdana,Helvetica", 9, "bold", 
		"bold", "white", "white", 1, "silver", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("http://www.myhopevillage.com/mission.htm", "", 185, "left", "Mission & Philosophy", 0);
	menus[1].addItem("http://www.myhopevillage.com/history.htm", "", 85, "left", "History", 0);
	menus[1].addItem("http://www.myhopevillage.com/board.htm", "", 90, "left", "The Board", 0);
	menus[1].addItem("http://www.myhopevillage.com/aboutharry.htm", "", 175, "left", "About the President", 0);
	menus[1].addItem("http://www.myhopevillage.com/partners.htm", "", 120, "left", "Our Partners", 0);

//Sub Menu for 3rd Main Menu Item ("What We Do"):
	menus[2] = new menu(22, "horizontal", 0, 0, 0, 0, "#DD6900", "#73BB31", "Verdana,Helvetica", 9, "bold", 
		"bold", "white", "white", 1, "silver", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("http://www.myhopevillage.com/world.htm", "", 140, "left", "World Academy", 0);
	menus[2].addItem("http://www.myhopevillage.com/teens.htm", "", 350, "left", "Teen Leadership & Employment Academy", 0);
	menus[2].addItem("http://www.myhopevillage.com/community.htm", "", 170, "left", "Community Building", 0);

//Sub Menu for 4th Main Menu "Resources":
	menus[3] = new menu(22, "horizontal", 0, 0, 0, 0, "#DD6900", "#73BB31", "Verdana,Helvetica", 9, "bold", "bold", "white", "white", 1, "silver", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("http://www.myhopevillage.com/links.htm", "", 80, "left", "Links", 0);
	menus[3].addItem("http://www.myhopevillage.com/edlinks.htm", "", 170, "left", "Homework Helpers", 0);
	menus[3].addItem("http://www.myhopevillage.com/email.htm", "", 110, "left", "Free Email", 0);
	menus[3].addItem("http://www.myhopevillage.com/phpBB2/index.php", "", 100, "left", "Forums", 0);

//Sub Menu for 5th Main Menu Item ("Help Us"):
	menus[4] = new menu(22, "horizontal", 0, 0, 0, 0, "#DD6900", "#73BB31", "Verdana,Helvetica", 9, "bold", "bold", "white", "white", 1, "silver", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("http://www.myhopevillage.com/donate.htm", "", 90, "left", "Donate", 0);
	menus[4].addItem("http://www.myhopevillage.com/volunteer.htm", "", 100, "left", "Volunteer", 0);

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