function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 183, 162, -2, -2, "#D3E4D4", "#226526", "Times,Helvetica", 12, 
		"bold", "bold", "#0A4C0E", "white", 1, "#D3E4D4", 2, "rollover:navigation/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 10, false, 0, 0, "#D3E4D4");
	menus[0].addItem("index.htm", "", 150, "center", "Home", 0);
	menus[0].addItem("info.htm", "", 180, "center", "Project Info", 0);
	menus[0].addItem("contact.htm", "", 150, "center", "Contact", 0);



} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.