function init()
{
	menus[0] = new menu(225, "vertical", 10, 70, -2, -2, "#f1f0ff", "#0000a0", "Verdana,Helvetica", 9, 
		"bold", "bold", "black", "white", 1, "#c3c3e5", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, true, true, 12, true, 4, 4, "#000066");
	menus[0].addItem("http://www.clearcreek.mccsc.edu/", "", 22, "left", "Clear Creek Home", 0);
	//Sub Menu for Sub Menu "Class Web Pages":	menus[8].addItem("upliftmain.htm", "", 22, "left", "General Information", 9);
	//menus[0].addItem("uplift/brentano.htm", "", 22, "left", "Ms. Brentano/Ms. Evans", 0);
	//menus[0].addItem("uplift/horan.htm", "", 22, "left", "Mrs. Horan", 0);
	//menus[0].addItem("uplift/stancombe.htm", "", 22, "left", "Mrs. Stancombe", 0);
  menus[0].addItem("upliftmain.htm", "", 22, "left", "Welcome to UpLift!", 0);
	//menus[0].addItem("upliftnews.pdf", "", 22, "left", "Newsletter [PDF]", 0);
	//menus[0].addItem("uplift/upliftthematic.pdf", "", 22, "left", "Thematic Web [PDF]", 0);
	menus[0].addItem("upliftfreedom.htm", "", 22, "left", "Freedom Levels", 0);
	menus[0].addItem("uplifthomework.htm", "", 22, "left", "Homework Guidelines", 0);
	menus[0].addItem("upliftspecials.htm", "", 22, "left", "Specials Schedule", 0);
	menus[0].addItem("upliftcreed.htm", "", 22, "left", "UpLift Creed", 0);
	menus[0].addItem("upliftdear.htm", "", 22, "left", "D.E.A.R.", 0);
	  

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
