function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 196, 127, -2, -2, "#FFF", "#3F8112", "Verdana,Helvetica", 9, 
		"bold", "bold", "#000", "white", 1, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "#CCCCCC");
	menus[0].addItem("index.htm", "", 85, "center", "Home", 0);
	menus[0].addItem("#", "", 110, "center", "Events", 1);
	menus[0].addItem("news.htm", "", 100, "center", "News", 2);
	menus[0].addItem("officials.htm", "", 85, "center", "Officials", 0);
	menus[0].addItem("gallery.htm", "", 85, "center", "Gallery", 3);
	menus[0].addItem("maps.htm", "", 85, "center", "Maps", 0);
	menus[0].addItem("links.htm", "", 100, "center", "Links", 0);
	
//Sub Menu for 2nd Main Menu Item ("Events"):
	menus[1] = new menu(150, "vertical", 0, 0, -5, -5, "white", "#9FE03F", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "#CCCCCC");
	menus[1].addItem("sheep.htm", "", 22, "left", "Sheep", 0);
	menus[1].addItem("horses.htm", "", 22, "left", "Horses", 0);
	menus[1].addItem("cattle.htm", "", 22, "left", "Cattle", 0);
	menus[1].addItem("industrial.htm", "", 22, "left", "Industrial", 0);
	menus[1].addItem("carriage.htm", "", 22, "left", "Carriage Driving", 0);
	menus[1].addItem("dogs.htm", "", 22, "left", "Dogs & Pets", 0);
	menus[1].addItem("sports.htm", "", 22, "left", "Sports", 0);

//Sub Menu for 3rd Main Menu Item ("News"):
	menus[2] = new menu(135, "vertical", 0, 0, -5, -5, "white", "#9FE03F", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "#CCCCCC");
	menus[2].addItem("news.htm", "", 22, "left", "News Page", 0);
	menus[2].addItem("publications.htm", "", 22, "left", "Publications", 0);
	menus[2].addItem("press.htm", "", 22, "left", "Press Report 1", 0);
	menus[2].addItem("press2.htm", "", 22, "left", "Press Report 2", 0);
	menus[2].addItem("press3.htm", "", 22, "left", "Press Report 3", 0);
	menus[2].addItem("press4.htm", "", 22, "left", "Press Report 4", 0);

//Sub Menu for 4th Main Menu Item ("Gallery"):
	menus[3] = new menu(150, "vertical", 0, 0, 0, 0, "white", "#9FE03F", "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, "#CCCCCC");
	menus[3].addItem("gallery.htm", "", 22, "left", "Gallery 1", 0);
	menus[3].addItem("gallery2.htm", "", 22, "left", "Gallery 2", 0);
	menus[3].addItem("gallery3.htm", "", 22, "left", "Gallery 3", 0);
	menus[3].addItem("gallery4.htm", "", 22, "left", "Archives", 0);
	menus[3].addItem("gallery5.htm", "", 22, "left", "Archives 2", 0);
	menus[3].addItem("gallery5a.htm", "", 22, "left", "Archives 3", 0);
	menus[3].addItem("gallery6.htm", "", 22, "left", "Archives 4", 0);
	menus[3].addItem("gallery7.htm", "", 22, "left", "Bowes Tragedy", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
