function init()
{
	//Main Menu items:
	menus[0] = new menu(20, "horizontal", 29, 163, -2, -2, "black", "#008000", "Verdana,Helvetica", 8, "bold", "bold", "white", "white", 0, "gray", 2, "", false, true, true, true, 12, false, 4, 4, "black");
	menus[0].addItem("http://www.edwardsfd.com/", "", 58, "center", "Home", 0);
	menus[0].addItem("calendar.html", "", 78, "center", "Calendar", 0);
	menus[0].addItem("equipment.html", "", 88, "center", "Equipment", 0);
	menus[0].addItem("membership.html", "", 96, "center", "Membership", 0);
	menus[0].addItem("memorials.html", "", 86, "center", "Memorials", 0);
	menus[0].addItem("laws.html", "", 64, "center", "Laws", 0);
	menus[0].addItem("pastcalls.html", "", 82, "center", "Past Calls", 0);
	menus[0].addItem("pastevents.html", "", 92, "center", "Past Events", 0);
	menus[0].addItem("drills.html", "", 68, "center", "Drills", 0);
	menus[0].addItem("history.html", "", 91, "center", "Our History", 0);
	menus[0].addItem("blitzbuggy.html", "", 98, "center", "Blitz Buggy", 0);
	menus[0].addItem("links.html", "", 71, "center", "Links", 0);

//Sub Menu for 2nd Main Menu Item ("web building"):
	menus[1] = new menu(135, "vertical", 0, 0, -5, -5, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("http://www.dynamicdrive.com", "", 22, "left", "Dynamic Drive", 0);
	menus[1].addItem("http://www.javascriptkit.com", "", 22, "left", "JavaScript Kit", 0);
	menus[1].addItem("http://www.codingforums.com", "", 22, "left", "Coding Forums", 0);
	menus[1].addItem("http://www.builder.com", "NEWWIN", 22, "left", "Builder.com", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
