function init()
{
	//Main Menu items:
	menus[0] = new menu(23, "horizontal", 13, 123, -2, -2, "#663300", "white", "Verdana,Helvetica", 9, 
		"bold", "bold", "white", "#663300", 1, "black", 3, "", false, true, true, true, 12, false, 4, 4, "black");
	menus[0].addItem("index.html", "", 72, "center", "Home", 0);
	menus[0].addItem("", "", 107, "center", "Products", 1);
	menus[0].addItem("forms.htm", "", 80, "center", "Forms", 0);
	menus[0].addItem("testimonials.htm", "", 137, "center", "Testimonials", 0);
	menus[0].addItem("about.htm", "", 106, "center", "About Us", 0);
	menus[0].addItem("process.htm", "", 107, "center", "Our Process", 0);
	menus[0].addItem("contact.htm", "", 122, "center", "Contact Us", 0);
	






//Sub Menu for the Products
	menus[1] = new menu(188, "vertical", 0, 0, 0, 0, "#663300", "white", "Verdana,Helvetica", 9, "bold", "bold", "white", "#663300", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[1].addItem("cookies.htm", "", 22, "left", "Cookies", 0);
	menus[1].addItem("pretzels.htm", "", 22, "left", "Pretzels", 0);
	menus[1].addItem("churros.htm", "", 22, "left", "Churros", 0);
	menus[1].addItem("pretzel_poppers.htm", "", 22, "left", "Pretzel Poppers", 0);
	menus[1].addItem("tamales.htm", "", 22, "left", "Tamales", 0);
	menus[1].addItem("burritos.htm", "", 22, "left", "Breakfast Burritos", 0);
	menus[1].addItem("green_chile.htm", "", 22, "left", "Green Chile", 0);
	menus[1].addItem("gourmet_coffee_tea.htm", "", 22, "left", "Gourmet Coffee & Tea", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
