function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 160, 10, -2, -2, "#EDEFEE", "#46732A", "Arial,Helvetica", 11, 
		"bold", "bold", "#46732A", "white", 1, "gray", 2, "", false, true, true, true, 12, true, 4, 4, "#A3B78C");
	menus[0].addItem("index.php", "", 118, "center", "Home", 0);
	menus[0].addItem("http://www.KNOWMinistries.org/webstore", "", 120, "center", "Online Store", 0);
	menus[0].addItem("statement.php", "", 150, "center", "Statement of Faith", 0);
	menus[0].addItem("services.php", "", 110, "center", "Services", 0);
	menus[0].addItem("links.php", "", 110, "center", "Links", 0);
	menus[0].addItem("contact.php", "", 110, "center", "Contact Us", 0);
	menus[0].floatMenu(1071, 768, 1000, 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.