function init()
{
	//Main Menu items:
	menus[0] = new menu(19, "horizontal", 200, 173, -2, -2, "#dd0000", "#dd0000", "Verdana,Helvetica", 9, "bold", "bold", "white", "#0000ff", 0, "gray", 2, "", false, false, true, true, 12, false, 4, 4, "black");
	menus[0].addItem("http://legion.org", "_blank", 267, "center", "American Legion National Website", 0);
	menus[0].addItem("http://www.ny.legion.org", "_blank", 245, "center", "Department of New York", 0);
	menus[0].addItem("http://emblem.legion.org", "_blank", 130, "center", "Emblem Sales", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
