function init()
{
	menus[0] = new menu(30, "horizontal", 120, 95, -2, -2, "#E7E3E0", "#A9C6B4", "Verdana,Helvetica", 9, 
		"bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("http://www.serviboda.es/quienes.htm", "", 100, "left", "Quienes Somos", 0);
	menus[0].addItem("http://www.serviboda.es//banquetes.htm", "", 100, "left", "Banquetes", 0);
	menus[0].addItem("#", "", 102, "left", "Otros Servicios", 2);
	menus[0].addItem("http://www.serviboda.es//promo.htm", "", 102, "left", "Promociones", 0);
	menus[0].addItem("http://www.serviboda.es//que.htm", "", 102, "left", "¿Qué Necesitas?", 0);
	menus[0].addItem("http://www.serviboda.es//clubserviboda.htm", "", 102, "left", "Club Serviboda", 0);
	menus[0].addItem("http://www.serviboda.es//listas_boda.htm", "", 102, "left", "Listas de Boda", 0);

//Sub Menu for 2nd Main Menu Item ("web building"):
	menus[1] = new menu(135, "horizontal", 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");
	

//Sub Menu for 3rd Main Menu Item ("News"):
	menus[2] = new menu(130, "vertical", 0, 0, 0, 0, "#E7E3E0", "#336699", "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("http://www.serviboda.es//9meses.htm", "", 42, "left", "9 a 12 Meses Antes", 0);
	menus[2].addItem("http://www.serviboda.es//6meses.htm", "", 32, "left", "6 Meses Antes", 0);
	menus[2].addItem("http://www.serviboda.es//3meses.htm", "", 32, "left", "3 Meses Antes", 0);
	

//Sub Menu for Sub Menu "Sports News":
	menus[3] = new menu(135, "horizontal", 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");
	

//Sub Menu for 4th Main Menu Item ("Search"):
	menus[4] = new menu(130, "horizontal", 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");
	

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
