function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 160, 90, -2, -2, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, 
		"bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("home.html", "principal", 80, "center", "Inicio", 0);
	menus[0].addItem("oportunidades.html", "principal", 130, "center", "Oportunidades", 0);
	menus[0].addItem("2mano/2mano.html", "principal", 100, "center", "2ª Mano", 0);
	menus[0].addItem("DUGallery/default.asp", "principal", 90, "center", "Galería", 0);
	menus[0].addItem("contacto.html", "principal", 90, "center", "Contacto", 0);
	menus[0].addItem("cgv.html", "principal", 185, "center", "Condiciones de Venta", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.