function init()
{
	menus[0] = new menu(20, "horizontal", 130, 15, -2, -2, "#103484", "#BCCAEA", "Verdana,Helvetica", 9, 
		"bold", "bold", "white", "white", 1, "gray", 0, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, true, true, 14, true, 4, 4, "black");
	menus[0].addItem("http://www.fisher4men.com", "", 75, "center", "Home", 0);
	menus[0].addItem("https://www.shop.fisher4men.com", "", 75, "center", "Shop", 0);
	menus[0].addItem("#", "", 75, "center", "Services", 1);
	menus[0].addItem("/Forum/index.php", "", 200, "center", "Fishermen's Exchange", 0);
	menus[0].addItem("contact.htm", "", 75, "center", "Contact", 0);
	menus[0].addItem("#", "", 75, "center", "Calendar", 2);
	menus[0].addItem("pictures.htm", "", 75, "center", "Gallery", 0);
	menus[0].addItem("updates.htm", "", 75, "center", "Updates", 0);

//SERVICES MENU:Sub Menu for 3rd Main Menu Item:
	menus[1] = new menu(130, "vertical", 0, 0, 0, 0, "#103484", "#BCCAEA", "Verdana,Helvetica", 9, "bold", 
		"bold", "white", "white", 1, "gray", 0, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 18, true, 4, 4, "black");
	menus[1].addItem("bookstore_presentation.htm", "", 50, "center", "Bookstore Presentation in Churches", 0);
	menus[1].addItem("christian_education.htm", "", 50, "center", "Christian Education Convention", 0);
	menus[1].addItem("copier_service.htm", "", 22, "center", "Copier", 0);
	menus[1].addItem("fax.htm", "", 22, "center", "Fax", 0);
	menus[1].addItem("special_orders.htm", "", 30, "center", "Special Orders", 0);
	menus[1].addItem("sunday_school.htm", "", 30, "center", "Sunday School Fulfillment", 0);
	menus[1].addItem("video_rentals.htm", "", 22, "center", "Video Rentals", 0);

//EVENTS Menu:
	menus[2] = new menu(135, "vertical", 0, 0, 0, 0, "#103484", "#BCCAEA", "Verdana,Helvetica", 9, "bold", "bold", "white", "white", 1, "gray", 0, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("events.htm", "", 22, "center", "General Events", 0);
	menus[2].addItem("dvbs_events.htm", "", 22, "center", "DVBS Events!", 0);
	menus[2].addItem("submit_events.htm", "", 22, "center", "Submit Events", 0);

//Sub Menu for Sub Menu:
	menus[3] = new menu(135, "vertical", 0, 0, 0, 0, "#103484", "#BCCAEA", "Verdana,Helvetica", 9, "bold", "bold", "white", "white", 1, "gray", 0, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("youth_book.htm", "", 22, "center", "Books", 0);
	menus[3].addItem("youth_cd.htm", "", 22, "left", "CD's", 0);

//Sub Menu for 4th Main Menu Item:
	menus[4] = new menu(130, "vertical", 0, 0, 0, 0, "#103484", "#BCCAEA", "Verdana,Helvetica", 9, "bold", "bold", "white", "white", 1, "gray", 0, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("#", "", 22, "left", "CD's", 0);
	menus[4].addItem("#", "", 22, "left", "Cassettes", 0);

menus[0].floatMenu(1024, 768, 10, 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.