function init()
{
	//Main Menu items:
	menus[0] = new menu(35, "horizontal", 260, 23, -2, -2, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, 
		"bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("http://www.dynamicdrive.com", "", 100, "center", "USA", 1);
	menus[0].addItem("#", "", 120, "center", "UK", 2);
	menus[0].addItem("http://www.rdore.com/RC/Index.htm", "", 100, "center", "RC", 0);
	menus[0].addItem("http://www.rdore.com/volleyball/index.htm", "", 110, "center", "Volleyball", 0);

//Sub Menu for 2nd Main Menu Item ("US"):
	menus[1] = new menu(250, "vertical", 0, 0, -5, -5, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("PictureWeb/yellowstone2010/index.htm",	"", 22, "left", "Yellowstone June 2010", 0);
	menus[1].addItem("PictureWeb/bermuda2010/index.htm",	        "", 22, "left", "Bermuda May 2010", 0);
	menus[1].addItem("PictureWeb/birdatthewindow2010/index.htm",	"", 22, "left", "Bird at the window", 0);
	menus[1].addItem("PictureWeb/sandalsantigua2009/index.htm",	"", 22, "left", "Sandals Antigua 2009", 0);
	menus[1].addItem("PictureWeb/specialolympics2009/index.htm",	"", 22, "left", "Special Olympics 2009", 0);
	menus[1].addItem("PictureWeb/munich2009/index.htm", 		"", 22, "left", "Munich Sept 2009", 0);
	menus[1].addItem("PictureWeb/schwangau2009/index.htm", 		"", 22, "left", "Schwangau Sept 2009", 0);
	menus[1].addItem("PictureWeb/innsbruck2009/index.htm", 		"", 22, "left", "Innsbruck Sept 2009", 0);
	menus[1].addItem("PictureWeb/salzburg2009/index.htm", 		"", 22, "left", "Salzburg Sept 2009", 0);
	menus[1].addItem("PictureWeb/berchtesgaden2009/index.htm", 	"", 22, "left", "Berchtesgaden Sept 2009", 0);
	menus[1].addItem("PictureWeb/chiemsee2009/index.htm", 		"", 22, "left", "Chiemsee Sept 2009", 0);
	menus[1].addItem("PictureWeb/hongkong2009/index.htm", 		"", 22, "left", "Hong Kong Apr2009", 0);
	menus[1].addItem("PictureWeb/coyotejan2009/index.htm", 		"", 22, "left", "Coyotes Jan 2009", 0);
	menus[1].addItem("PictureWeb/aventura08/index.htm", 		"", 22, "left", "Aventura Nov 2008", 0);
	menus[1].addItem("PictureWeb/specialolympics08/index.htm", 	"", 22, "left", "Special Olympics 2008", 0);
	menus[1].addItem("PictureWeb/swedennov08/index.htm", 		"", 22, "left", "Sweden Nov 2008", 0);
	menus[1].addItem("PictureWeb/specialolympqualifiers2008/index.htm", "", 22, "left", "SpecOlymp Qualifiers Oct08", 0);
	menus[1].addItem("PictureWeb/mafallcolorsoct2008/index.htm", 	"", 22, "left", "Fall MA oct08", 0);
	menus[1].addItem("PictureWeb/goshenstampede08/index.htm",   	"", 22, "left", "Goshen Stampede2008", 0);
	menus[1].addItem("PictureWeb/memorialpicnic2008/index.htm", 	"", 22, "left", "Memorial Picnic2008", 0);
	menus[1].addItem("PictureWeb/iceandsnowman/index.htm", 		"", 22, "left", "Snowman Feb 2008", 0);
	menus[1].addItem("PictureWeb/snowdaydec07/index.htm", 		"", 22, "left", "Snow Day Dec 2007", 0);
	menus[1].addItem("PictureWeb/costarica07/index.htm", 		"", 22, "left", "Costa Rica 2007", 0);


//Sub Menu for 3rd Main Menu Item ("UK"):
	menus[2] = new menu(180, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("PictureWeb/april2010/index.htm", 		"", 22, "left", "April 2010", 0);
	menus[2].addItem("PictureWeb/christmas2009/index.htm", 		"", 22, "left", "Christmas 2009", 0);
	menus[2].addItem("PictureWeb/christmas2008/index.htm", 		"", 22, "left", "Christmas 2008", 0);
	menus[2].addItem("PictureWeb/marypeterwedding08/index.htm", 	"", 22, "left", "Mary Wedding-1", 0);
	menus[2].addItem("PictureWeb/marypeterwedding08-2/index.htm", 	"", 22, "left", "Mary Wedding-2", 0);
	menus[2].addItem("PictureWeb/yorksept2008/index.htm", 		"", 22, "left", "York Sept 2008", 0);
	menus[2].addItem("PictureWeb/christmas2006/index.htm", 		"", 22, "left", "Christmas 2006", 0);
	menus[2].addItem("PictureWeb/christmas2005/index.htm", 		"", 22, "left", "Christmas 2005", 0);
	menus[2].addItem("PictureWeb/hamptoncourt/index.htm", 		"", 22, "left", "Hampton Court", 0);
	menus[2].addItem("PictureWeb/corfe/index.htm", 			"", 22, "left", "Corfe Castle", 0);
	menus[2].addItem("PictureWeb/livingcoast/index.htm", 		"", 22, "left", "Living Coast", 0);

//Sub Menu for Sub Menu "Sports News":
	menus[3] = new menu(135, "vertical", 0, 0, 0, 0, "#E1E1E1", "black", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("http://www.espn.com", "", 22, "left", "ESPN Sports", 0);
	menus[3].addItem("http://www.nba.com", "", 22, "left", "NBA", 0);

//Sub Menu for 4th Main Menu Item ("Search"):
	menus[4] = new menu(130, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("http://www.google.com", "", 22, "left", "Google", 0);
	menus[4].addItem("http://www.yahoo.com", "", 22, "left", "Yahoo", 0);
	menus[4].addItem("http://www.altavista.com", "", 22, "left", "AlltheWeb", 0);
	menus[4].addItem("javascript:alert('hi')", "", 22, "left", "Teoma", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.