function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 86, 126, -1, -1, "#FE9002", "#FF7814", "Arial, Helvetica, sans-serif", 8, 
		"bold", "bold", "white", "white", 1, "black", 2, "rollover:images/tri-down2.gif:images/tri-down2.gif", false, true, true, true, 5, true, 3, 3, "4E4E4F");
	menus[0].addItem("#", "", 80, "center", "Olímpiada", 1);
	menus[0].addItem("#", "", 130, "center", "Programa Galileo", 2);
	menus[0].addItem("./inscripcion/inscripcion.php", "", 80, "center", "Inscripción", 0);	
	menus[0].addItem("#", "", 90, "center", "Otros sitios", 3);
	menus[0].addItem("./informacion/informacion.php", "", 80, "center", "Información", 0);
	menus[0].addItem("./descargas/descargas.php", "", 80, "center", "Descargas", 0);

//Sub Menu for 1st Main Menu Item ("web building"):
	menus[1] = new menu(180, "vertical", 0, 0, -5, -5, "#FF7814", "#FD5911", "Arial, Helvetica, sans-serif", 8, "bold", 
		"bold", "white", "white", 1, "black", 2, 62, false, true, false, true, 6, true, 3, 3, "4E4E4F");
	menus[1].addItem("./historia/historia.php", "", 22, "left", "Historia", 0);
	menus[1].addItem("./comiteorg/comite.html", "", 22, "left", "Comité Organizador", 0);
	menus[1].addItem("./bases/bases.html", "", 22, "left", "Bases de inscripción", 0);
	menus[1].addItem("./contenido/contenido.html", "", 22, "left", "Tablas de contenido", 0);
	menus[1].addItem("./galeria/galerias.php", "", 22, "left", "Galerìa de fotos", 0);


//Sub Menu for 2nd Main Menu Item ("web building"):
	menus[2] = new menu(230, "vertical", 0, 0, -5, -5, "#FF7814", "#FD5911", "Arial, Helvetica, sans-serif", 8, "bold", 
		"bold", "white", "white", 1, "black", 2, 62, false, true, false, true, 7, true, 3, 3, "4E4E4F");
	menus[2].addItem("./galileo/fgalileo.html", "", 22, "left", "Documento base", 0);
	menus[2].addItem("./documentosgalileo/documentosgalileo.php", "", 22, "left", "Documentos programa Galileo", 0);

//Sub Menu for 3rd Main Menu Item ("News"):
	menus[3] = new menu(170, "vertical", 0, 0, -5, -5, "#FF7814", "#FD5911", "Arial, Helvetica, sans-serif", 8, "bold", 
	   "bold", "white", "white", 1, "black", 2, 62, false, true, false, false, 8, true, 3, 3, "4E4E4F");
	menus[3].addItem("./apc2/admin/index.php3", "", 22, "left", "Ingreso de noticias", 0);



//Sub Menu for 4th Main Menu Item ("Search"):
//	menus[4] = new menu(130, "vertical", 0, 0, 0, 0, "#A8CBFF", "#5197FF", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
//	menus[4].addItem("http://www.google.com", "", 22, "left", "Google", 0);
//	menus[4].addItem("http://www.yahoo.com", "", 22, "left", "Yahoo", 0);
//	menus[4].addItem("http://www.altavista.com", "", 22, "left", "AlltheWeb", 0);
//	menus[4].addItem("javascript:alert('hi')", "", 22, "left", "Teoma", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.

