function init()
{
	//Main Menu items:
	menus[0] = new menu(21, "horizontal", 21, 102, -1, 1, "#B00607", "#FF8C8C", "Arial,Helvitica", 10, 
		"", "", "white", "black", 0, "black", 2, "rollover:images/tri-down2.gif:images/tri-down1.gif",  false, true, true, false, 0, false, 4, 4, "gray");
	menus[0].addItem("index.html", "", 75, "left", "Home", 0);
	menus[0].addItem("geninfo.html", "", 155, "left", "General Info & Form", 0);
	menus[0].addItem("results.html", "", 80, "left", "Results", 0);
	menus[0].addItem("photos.html", "", 80, "left", "Photos", 0);
	menus[0].addItem("sponsors.html", "", 85, "left", "Sponsors", 0);
	menus[0].addItem("contacts.html", "", 85, "left", "Contacts", 0);
	menus[0].addItem("links.html", "", 75, "left", "Links", 0);
	menus[0].floatMenu(800, 600, 10, 0);
		
//Sub Menu for 2nd Main Menu Item ("Intro"):
	//menus[1] = new menu(185, "vertical", 0, 0, -5, -5, "#b90000", "#ff8c8c", "Verdana,Helvetica", 9, "bold", 
		//     "", "white", "black", 1, "black", 2, 62, false, true, false, true, 0, false, 4, 4, "black");
	//menus[1].addItem("director.html", "", 22, "left", "Race Director's View", 0);
	//menus[1].addItem("info.html", "", 22, "left", "Race Information", 0);
	
//Sub Menu for 3rd Main Menu Item ("Up Front"):
	
		
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.