function init()
{
	//Main Menu items:
	menus[0] = new menu(23, "horizontal", 8, 109, 3, 3, "#3300CC", "#6633FF", "Arial,Helvetica,sans-serif",8, 
		"bold", "bold", "white", "white", 1, "white", 2, "rollover:../images/tri-down2.gif:../images/tri-down2.gif", false, true, true, false, 0, true, 2, 2, "#3300CC");
	menus[0].addItem("http://www.shirleysfood.com/", "", 140, "center", "HOME", 0);
	menus[0].addItem("http://www.shirleysfood.com/about/shirley.html", "", 110, "center", "ABOUT US", 1);
	menus[0].addItem("http://www.shirleysfood.com/menus/", "", 110, "center", "MENUS", 2);
	menus[0].addItem("http://www.shirleysfood.com/entertainment/", "", 130, "center", "ENTERTAINMENT", 3);
	menus[0].addItem("http://www.shirleysfood.com/catering/", "", 114, "center", "CATERING", 4);
	menus[0].addItem("http://www.shirleysfood.com/shop/", "", 116, "center", "STORE", 0);

//Sub Menu for 1st Main Menu Item ("About Us"):
	menus[1] = new menu(200, "vertical", 0, 0, 0, 0, "#6633FF", "#3300CC", "Verdana,Arial,Helvetica,sans-serif", 8, "bold", 
		"bold", "white", "white", 1, "white", 2, 62, false, true, false, true, 6, true, 2, 2, "#6633FF");
	menus[1].addItem("http://www.shirleysfood.com/about/shirley.html", "", 22, "left", "Shirley", 0);	
	menus[1].addItem("http://www.shirleysfood.com/about/dbay.html", "", 22, "left", "Shirley's on 'D' Bay", 0);
	menus[1].addItem("http://www.shirleysfood.com/about/tippy.html", "", 22, "left", "Tippy Canoe Bar & Grill", 0);	
	menus[1].addItem("http://www.shirleysfood.com/about/poem.html", "", 22, "left", "Shirley's Philosophy", 0);
	menus[1].addItem("http://www.shirleysfood.com/contact/", "", 22, "left", "Contact Us", 0);	

//Sub Menu for 2nd Sub Menu ("Menus"):
	menus[2] = new menu(160, "vertical", 0, 0, 0, 0, "#6633FF", "#3300CC", "Verdana,Arial,Helvetica,sans-serif", 8, "bold", "bold", "white", "white", 1, "white", 2, 62, false, true, false, false, 0, true, 2, 2, "#6633FF");
	menus[2].addItem("http://www.shirleysfood.com/menus/breakfast.html", "", 22, "left", "Breakfast", 0);
	menus[2].addItem("http://www.shirleysfood.com/menus/breakfast_specials.html", "", 22, "left", "Breakfast Specials", 0);	
	menus[2].addItem("http://www.shirleysfood.com/menus/lunch.html", "", 22, "left", "Lunch", 0);	
	menus[2].addItem("http://www.shirleysfood.com/menus/dinner.html", "", 22, "left", "Dinner", 0);
	menus[2].addItem("http://www.shirleysfood.com/entertainment/happyhour_menu.jpg", "", 22, "left", "Happy Hour Menu", 0);
	menus[2].addItem("http://www.shirleysfood.com/contact/", "", 22, "left", "Contact Us", 0);		

//Sub Menu for 3rd Sub Menu ("Entertainment"):
	menus[3] = new menu(146, "vertical", 0, 0, 0, 0, "#6633FF", "#3300CC", "Verdana,Arial,Helvetica,sans-serif", 8, "bold", "bold", "white", "white", 1, "white", 2, 62, false, true, false, false, 0, true, 2, 2, "#6633FF");
	menus[3].addItem("http://www.shirleysfood.com/entertainment/index.html", "", 22, "left", "Stohli's Lounge", 0);	
	menus[3].addItem("http://www.shirleysfood.com/entertainment/stohli.html", "", 22, "left", "Stohli", 0);	
	menus[3].addItem("http://www.shirleysfood.com/contact/", "", 22, "left", "Contact Us", 0);	

//Sub Menu for 4th Main Menu Item ("Catering"):
	menus[4] = new menu(136, "vertical", 0, 0, 0, 0, "#6633FF", "#3300CC", "Verdana,Arial,Helvetica,sans-serif", 8, "bold", "bold", "white", "white", 1, "white", 2, ">>", false, true, false, false, 0, true, 2, 2, "#6633FF");
	menus[4].addItem("http://www.shirleysfood.com/catering/index.html", "", 22, "left", "Services", 0);
	menus[4].addItem("http://www.shirleysfood.com/catering/catering_menu.html", "", 22, "left", "Menus", 0);
	menus[4].addItem("http://www.shirleysfood.com/catering/catering_online.html", "", 22, "left", "Order Form", 0);
	menus[4].addItem("http://www.shirleysfood.com/contact/", "", 22, "left", "Contact Us", 0);	
	

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