function init()
{
	menus[0] = new menu(219, "vertical", 0, 235, 0, 5, "#462b77", "#6b5592", "Arial,Verdana,Helvetica", 9, "", "", "white", "FFFFFF", 1, "#6b5592", 6, "", false, true, true, false, 0, false, 0, 0, "black");
	menus[0].addItem("/student/index.asp", "", 25, "left", "<font color=#e47d0a>&gt;</font> About Student Life", 0);
	menus[0].addItem("/student/athletics.asp", "", 25, "left", "<font color=#e47d0a>&gt;</font> Athletics", 0);
	menus[0].addItem("/student/clubs.asp", "", 25, "left", "<font color=#e47d0a>&gt;</font> Clubs & Organizations", 0);
	menus[0].addItem("/student/centers/index.asp", "", 25, "left", "<font color=#e47d0a>&gt;</font> College Centers", 0);
	menus[0].addItem("/student/facilities/index.asp", "", 25, "left", "<font color=#e47d0a>&gt;</font> Facilities & Services", 0);
	menus[0].addItem("/student/food.asp", "", 25, "left", "<font color=#e47d0a>&gt;</font> Food Services", 0);
	menus[0].addItem("/student/health.asp", "", 25, "left", "<font color=#e47d0a>&gt;</font> Health Services", 0);
	menus[0].addItem("/student/residence.asp", "", 25, "left", "<font color=#e47d0a>&gt;</font> Residence Life", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.