function init(i_selected)
{
	menus[0] = new menu(182, "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("../library/index.htm", "", 18, "left", "&nbsp;&nbsp;&nbsp;Library Bond Program", 1);
	menus[0].addItem("../library/projstatus.pdf", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Project Status (pdf 2.2mb)", 0);
	menus[0].addItem("../library/LibraryBondProgLessonsLearned.pdf", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Lessons Learned Report", 0);
	menus[0].addItem("../library/contact.htm", "", 18, "left", "&nbsp;&nbsp;&nbsp;Contact Us", 0);
	menus[0].addItem("http://www.lapl.org/branches/index.html", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Link to Directory of Libraries", 0);
	menus[0].addItem("images.htm", "", 18, "left", "&nbsp;&nbsp;&nbsp;Library Images", 0);
	
//Sub Menu for 2nd Main Menu Item ("web building"):
/*	menus[1] = new menu(238, "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("images1/bigpictures/arroyoseco.jpg", "", 18, "left", "&nbsp;&nbsp;&nbsp;images1/scrolling_images/arroyoseco.jpg", 0);
	menus[1].addItem("images1/bigpictures/ascot.jpg", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Approval Board of Public Works Motion", 0);
	menus[1].addItem("../sdip/docs/policies/policy_1.pdf", "NEWWIN", 18, "left", "&nbsp;&nbsp;&nbsp;Construction and Demolition", 0);
*/
	
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.


