function init()
{
	menus[0] = new menu(22, "horizontal", 0, 45, 0, 1, "#754c78", "#5c246e", "Arial Narrow", 10, "bold", 
		"bold", "#E6E6E6", "#969696", 1, "black", 3, "v", false, true, true, false, 0, true, 2, 2, "#8b668b");
	menus[0].addItem("main.asp", "main", 85, "center", "Home", 0);
	menus[0].addItem("#", "", 90, "center", "About Us", 1);
	menus[0].addItem("#", "", 90, "center", "Calendar", 2);
	menus[0].addItem("#", "", 96, "center", "Fundraisers", 3);
	menus[0].addItem("/meetings/index.asp", "main", 90, "center", "Meetings", 0);
	menus[0].addItem("#", "", 90, "center", "Sponsors", 4);
	menus[0].addItem("#", "", 85, "center", "Honors", 0);
	menus[0].addItem("/forms/index.asp", "main", 85, "center", "Forms", 0);
	menus[0].addItem("merchandise.asp", "main", 85, "center", "Store", 0);
	menus[0].addItem("links.asp", "main", 85, "center", "Links", 0);
	menus[0].addItem("/contact/contact.asp", "main", 90, "center", "Contact Us", 0);
	menus[0].floatMenu(1024, 768, 0, 0);
	
	menus[1] = new menu(22, "horizontal", 0, 0, 0, -2, "#754c78", "#5c246e", "Arial Narrow", 10, "bold", 
		"bold", "#e6e6e6", "#969696", 1, "black", 2, "", false, true, false, false, 0, true, 2, 2, "#8b668b");
	menus[1].addItem("/aboutus/aboutus.asp", "main", 90, "center", "Main Info", 0);
	menus[1].addItem("/aboutus/by-laws.asp", "main", 90, "center", "By-Laws", 0);
	menus[1].addItem("/aboutus/constitution.asp", "main", 92, "center", "Constitution", 0);
	menus[1].addItem("/aboutus/board.asp", "main", 90, "center", "Directors", 0);
	menus[1].addItem("/aboutus/director.asp", "main", 130, "center", "Directors Note", 0);
	menus[1].addItem("/aboutus/president.asp", "main", 130, "center", "Presidents Note", 0);
	menus[1].addItem("/aboutus/robert.asp", "main", 104, "center", "Rules of Order", 0);

	menus[2] = new menu(22, "horizontal", 0, 0, 0, -2, "#754c78", "#5c246e", "Arial Narrow", 10, "bold", 
		"bold", "#e6e6e6", "#969696", 1, "black", 2, "", false, true, false, false, 0, true, 2, 2, "#8b668b");
	menus[2].addItem("/calendar/index.asp", "main", 90, "center", "Main Info", 0);
	menus[2].addItem("/calendar/calendar.asp", "main", 90, "center", "View Calendar", 0);
	menus[2].addItem("/calendar/events.asp", "main", 90, "center", "Current Events", 0);
	menus[2].addItem("/calendar/rehearsal.asp", "main", 90, "center", "Rehearsal", 0);
	
	menus[3] = new menu(22, "horizontal", 0, 0, 0, -2, "#754c78", "#5c246e", "Arial Narrow", 10, "bold", 
		"bold", "#e6e6e6", "#969696", 1, "black", 2, "", false, true, false, false, 0, true, 2, 2, "#8b668b");
	menus[3].addItem("/fundraisers/index.asp", "main", 100, "center", "Main Info", 0);
	menus[3].addItem("/fundraisers/igive.asp", "main", 90, "center", "I-Give", 0);
	menus[3].addItem("/fundraisers/scrip.asp", "main", 90, "center", "GL Scrip", 0);
	menus[3].addItem("/fundraisers/tag.asp", "main", 90, "center", "Tag Days", 0);
	menus[3].addItem("/fundraisers/other.asp", "main", 90, "center", "Other Events", 0);
	
	menus[4] = new menu(22, "horizontal", 0, 0, 0, -2, "#754c78", "#5c246e", "Arial Narrow", 10, "bold", 
		"bold", "#e6e6e6", "#969696", 1, "black", 2, "", false, true, false, false, 0, true, 2, 2, "#8b668b");
	menus[4].addItem("/sponsors/index.asp", "main", 90, "center", "Main Info", 0);
	menus[4].addItem("/sponsors/index1.asp", "main", 90, "center", "Sponsor Adds", 0);
	menus[4].addItem("/sponsors/index2.asp", "main", 90, "center", "Supporters", 0);
}