function init()

{

	menus[0] = new menu(130, "vertical", 10, 10, -2, -2, "8FC62C", "yellow", "Arial", 12, 

		"bold", "bold", "551F2B", "551F2B", 1, "gray", 2, "", false, true, true, true, 12, true, 4, 4, "black");

	menus[0].addItem("index.html", "_parent", 22, "left", "Home", 0);

	menus[0].addItem("about.html", "_parent", 22, "left", "About Us", 0);

	menus[0].addItem("doggiedelights.html", "_parent", 22, "left", "Doggie Delights", 0);

	menus[0].addItem("kittycravings.html", "_parent", 22, "left", "Kitty Cravings", 0);

menus[0].addItem("customcakes.html", "_parent", 22, "left", "Custom Cakes", 0);

menus[0].addItem("giftbaskets.html", "_parent", 22, "left", "Gift Baskets", 0);

	menus[0].addItem("products.html", "_parent", 22, "left", "Products", 0);
	
	menus[0].addItem("events.html", "_parent", 22, "left", "Events", 0);

	menus[0].addItem("furryfriends.html", "_parent", 22, "left", "Furry Friends", 0);

			menus[0].addItem("faqs.html", "_parent", 22, "left", "FAQs", 0);

		menus[0].addItem("employment.html", "_parent", 22, "left", "Employment", 0);

	menus[0].addItem("links.html", "_parent", 22, "left", "Links", 0);

		menus[0].addItem("contacts.html", "_parent", 22, "left", "Contact Us", 0);





//Sub Menu for menu:

	menus[1] = new menu(70, "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("wines.html", "_parent", 22, "left", "Wines", 0);

	menus[1].addItem("grapes.html", "_parent", 22, "left", "Grapes", 0);



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