
function initMenu()
{
var currentDate = new Date();
var workshopProposalDate = new Date();
workshopProposalDate.setYear(2006);
workshopProposalDate.setMonth(3);
workshopProposalDate.setDate(8);

	menus[0] = new menu(130, "vertical", 10, 180, -2, -2, "#FAC1A9", "#FDD8C6", "Verdana,Helvetica", 8, 
		"", "bold", "black", "white", 1, "gray", 2, 62, false, true, true, false, 0, true, 4, 4, "black");
	menus[0].addItem("http://www.sesug.org/SESUG06/index.php", "", 22, "center", "Home", 0);
	menus[0].addItem("http://www.sesug.org/SESUG06/Registration.php", "", 22, "left", "Registration", 1);
	menus[0].addItem("http://www.sesug.org/SESUG06/Presentations.php", "", 33, "left", "Presentations", 2);
	menus[0].addItem("http://www.sesug.org/SESUG06/WeekendWorkshops.php", "", 33, "left", "Weekend Workshops", 3);
	menus[0].addItem("http://www.sesug.org/SESUG06/Volunteers.php", "", 33, "left", "Volunteers", 4);
	menus[0].addItem("http://www.sesug.org/SESUG06/ConferenceTravel.php", "", 33, "left", "Conference Travel", 5);
	menus[0].addItem("http://www.sesug.org/SESUG06/SponsorListing.php", "", 33, "left", "Conference Sponsors", 6);
	menus[0].addItem("http://www.sesug.org/SESUG06/FAQ.php", "", 22, "left", "FAQ", 0);
	menus[0].addItem("#", "", 88, "center", "", 0);
	menus[0].addItem("#", "", 22, "center", "SESUG Info", 0);
	menus[0].addItem("http://www.sesug.org/SESUG06/AboutSESUG.php", "", 22, "left", "About SESUG", 0);
	menus[0].addItem("http://www.sesug.org/SESUG06/EC.php", "", 33, "left", "Executive Council", 0);
	menus[0].addItem("http://www.sesug.org/SESUG06/SpeakerSharing.php", "", 33, "left", "Speaker Sharing", 0);
	menus[0].addItem("http://www.sesug.org/SESUG06/Newsletters.php", "", 22, "left", "Newsletters", 0);
	
//Sub Menu for 2nd Main Menu Item ("Registration"):
	menus[1] = new menu(130, "vertical", 0, 0, -5, -5, "#FAC1A9", "#FDD8C6", "Verdana,Helvetica", 7, "", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[1].addItem("http://www.sesug.org/SESUG06/Registration.php", "", 33, "left", "Online and Mail-In Registration", 0);
	
//Sub Menu for Main Menu Item ("Presentations"):
	menus[2] = new menu(130, "vertical", 0, 0, -5, -5, "#FAC1A9", "#FDD8C6", "Verdana,Helvetica", 7, "", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("http://www.sesug.org/SESUG06/pdf2006/SAAG_2006_09_06.pdf", "newwin", 44, "left", "Preliminary Schedule", 0);
	menus[2].addItem("http://www.sesug.org/SESUG06/Presentations.php", "", 33, "left", "Presentation List", 0);
	menus[2].addItem("http://www.sesug.org/SESUG06/SectionDescriptions.php", "", 33, "left", "Academic Sections", 0);
	menus[2].addItem("http://apps.d-wise.com/SESUG/cfp2006/", "newwin", 33, "left", "Paper Submission System", 0);
	menus[2].addItem("http://www.sesug.org/SESUG06/PresentersPackage.php", "", 33, "left", "Presenters' Package", 0);

//Sub Menu for Main Menu Item ("Weekend Workshops"):
	menus[3] = new menu(130, "vertical", 0, 0, 0, 0, "#FAC1A9", "#FDD8C6", "Verdana,Helvetica", 7, "", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("http://www.sesug.org/SESUG06/WeekendWorkshops.php", "", 33, "left", "Workshop Descriptions", 0);
if( currentDate < workshopProposalDate){
	menus[3].addItem("http://www.sesug.org/SESUG06/CallForProposals.php", "", 33, "left", "Call for Proposals", 0);
}

//Sub Menu for Main Menu Item ("Volunteers"):
	menus[4] = new menu(130, "vertical", 0, 0, 0, 0, "#FAC1A9", "#FDD8C6", "Verdana,Helvetica", 7, "", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("http://www.sesug.org/SESUG06/Volunteers.php", "", 22, "left", "How to Volunteer", 0);
	menus[4].addItem("http://www.sesug.org/SESUG06/pdf2006/SESUG2006SessionCoordinatorChecklist.pdf", "newwin", 44, "left", "Session Coordinator Checklist", 0);
	menus[4].addItem("http://www.sesug.org/SESUG06/pdf2006/SESUG2006RegistrationChecklist.pdf", "newwin", 33, "left", "Registration Checklist", 0);

//Sub Menu for Main Menu Item ("Conference Travel"):
	menus[5] = new menu(130, "vertical", 0, 0, 0, 0, "#FAC1A9", "#FDD8C6", "Verdana,Helvetica", 7, "", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[5].addItem("http://www.atlanta.net/", "newwin", 33, "left", "Host City (Atlanta)", 0);
	menus[5].addItem("http://www.sesug.org/SESUG06/Accommodations.php", "", 22, "left", "Accommodations", 0);
	menus[5].addItem("http://www.sesug.org/SESUG06/Travel.php", "", 22, "left", "Travel", 0);

//Sub Menu for Main Menu Item ("Conference Sponsors"):
	menus[6] = new menu(130, "vertical", 0, 0, 0, 0, "#FAC1A9", "#FDD8C6", "Verdana,Helvetica", 7, "", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[6].addItem("http://www.sesug.org/SESUG06/pdf2006/sesug2006SponsorInformation.pdf", "newwin", 33, "left", "Sponsor Program Information", 0);
	menus[6].addItem("http://www.sesug.org/SESUG06/Sponsors2005.php", "newwin", 33, "left", "2005 Conference Sponsors", 0);
	menus[6].addItem("http://www.sesug.org/SESUG06/SponsorListing.php", "", 33, "left", "2006 Conference Sponsors", 0);
	menus[6].addItem("http://www.regonline.com/91863", "newwin", 33, "left", "Sponsor Registration", 0);



} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.


