function init(i_selected)
{
	menus[0] = new menu(240, "vertical", 0, 84, -1, -1, "white", "#FFD267", "Geneva, Arial, Helvetica, sans-serif", 8, 
		"bold", "bold", "black", "#3E3E3E", 1, "#FFD267", 2, "", false, true, true, false, 12, true, 0, 0, "black", i_selected, "#E6E6E6");
	
	//menus[0].addItem("../fwp/background.htm", "", 18, "left", "&nbsp;&nbsp;&nbsp;Project Background", 0);
	menus[0].addItem("index.htm", "", 18, "left", "&nbsp;&nbsp;&nbsp;Venice Pumping Plant Project", 0);
	menus[0].addItem("Scoping_Notice.pdf", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Public Scoping Meeting Notice (PDF)", 0);
	menus[0].addItem("VenicePumpingPlantDualForceMainNOPInitial_StudyFinal.pdf", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Notice of Preparation/ Initial Study (PDF)", 0);
	menus[0].addItem("http://eng.lacity.org/techdocs/emg/Environmental_Review_Documents.htm", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Projects in Environmental Review", 0);
	menus[0].addItem("http://eng.lacity.org/techdocs/emg/VenicePumpingPlant_NOA.pdf", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Notice of EIR Availability", 0);
	menus[0].addItem("http://eng.lacity.org/techdocs/emg/VenicePumpingPlant_DEIRIndex.htm", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Draft Environmental Impact Report", 0);
	menus[0].addItem("http://eng.lacity.org/techdocs/emg/VDFM_FEIR_Vol_II_Exec_Sum&Review.pdf", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Final EIR", 0);
	
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
