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("http://www.KNOWMinistries.org", "", 118, "center", "Home", 0);
	menus[0].addItem("http://www.KNOWMinistries.org/webstore", "", 120, "center", "Online Store", 0);
	menus[0].addItem("http://www.KNOWMinistries.org/who.php", "", 120, "center", "Who We Are", 0);
	menus[0].addItem("http://www.KNOWMinistries.org/services.php", "", 120, "center", "Services", 0);
	menus[0].addItem("http://www.KNOWMinistries.org/partners.php", "", 120, "center", "Partners", 0);
	menus[0].addItem("http://www.KNOWMinistries.org/contact.php", "", 120, "center", "Contact Us", 0);
	menus[0].floatMenu(1071, 768, 1000, 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.