function init(i_selected)
{
	menus[0] = new menu(257, "vertical", 0, 84, -1, -1, "white", "#FFD267", "Geneva, Arial, Helvetica, sans-serif", 8, 
		"bold", "bold", "black", "#3E3E3E", 1, "#FFD267", 2, "rollover:../../images/right_arrow.gif:../../images/right_arrow_y.gif", false, true, true, false, 12, true, 0, 0, "black", i_selected, "#E6E6E6");
	menus[0].addItem("index.htm", "", 18, "left", "&nbsp;&nbsp;&nbsp;Rec & Cultural Facilities Program", 0);
	menus[0].addItem("aboutus.htm", "", 18, "left", "&nbsp;&nbsp;&nbsp;About Prop K", 0);
	menus[0].addItem("specifiedprjcts.htm", "", 18, "left", "&nbsp;&nbsp;&nbsp;Specified Projects", 0);
	menus[0].addItem("competitive_grants.htm", "", 18, "left", "&nbsp;&nbsp;&nbsp;Competitive Grants", 1);
	menus[0].addItem("mfunding.htm", "", 18, "left", "&nbsp;&nbsp;&nbsp;Maintenance Funding", 0);
	menus[0].addItem("servicem.htm", "", 18, "left", "&nbsp;&nbsp;&nbsp;Service and Monitoring", 2);
	menus[0].addItem("monthlyreports.htm", "", 18, "left", "&nbsp;&nbsp;&nbsp;Monthly Status Reports", 0);
	menus[0].addItem("picture_gal_main.htm", "", 18, "left", "&nbsp;&nbsp;&nbsp;Picture Gallery", 0);
	menus[0].addItem("contact.htm", "", 18, "left", "&nbsp;&nbsp;&nbsp;Contact Us", 0);
	
	

	menus[1] = new menu(353, "vertical", 0, 0, 0, 0, "#E6E6E6", "#FFD267", "Geneva, Arial, Helvetica, sans-serif", 8, "bold", 
		"bold", "black", "#3E3E3E", 1, "#000000", 2, "", false, true, false, false, 0, true, 0, 0, "black");
	menus[1].addItem("competitive_grants.htm", "", 18, "left", "&nbsp;&nbsp;&nbsp;Competitive Grants Overview", 0);
	menus[1].addItem("../prop_k/documents/3RequestForProposals.pdf", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Proposition K Request for Proposals August 2005", 0);
	menus[1].addItem("../prop_k/documents/9152005FINAL.pdf", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Notice and Addendum No.1 to the RFP", 0);
	menus[1].addItem("../prop_k/documents/NOTICENO2.pdf", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Notice No.2 and Addendum No.2 to the RFP", 0);
	menus[1].addItem("../prop_k/documents/4STAS.pdf", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Schedule of Mandatory Technical Assistance Seminars", 0);
	menus[1].addItem("../prop_k/documents/Q&A2005.pdf", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Technical Assistance Seminar Questions and Answers 2005", 0);
	menus[1].addItem("../prop_k/documents/5q&a.pdf", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Technical Assistance Seminar Questions and Answers 2003", 0);
	menus[1].addItem("../prop_k/documents/6standardagreement.pdf", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Standard Grant Agreement", 0);

	menus[2] = new menu(221, "vertical", 0, 0, 0, 0, "#E6E6E6", "#FFD267", "Geneva, Arial, Helvetica, sans-serif", 8, "bold", 
		"bold", "black", "#3E3E3E", 1, "#000000", 2, "", false, true, false, false, 0, true, 0, 0, "black");
	menus[2].addItem("servicem.htm", "", 18, "left", "&nbsp;&nbsp;&nbsp;Service And Monitoring Information", 0);
	menus[2].addItem("../prop_k/documents/ServiceQuarterlyReport.pdf", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Service Quarterly Report Form", 0);
	menus[2].addItem("../prop_k/documents/MaintenanceQuarterlyReport.pdf", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Maintenance Quarterly Report Form", 0);
	
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
