function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 20, 0, -2, -2, "#FFFF00", "#33CCCC", "Comic Sans MS,Verdana,Arial,Helvetica", 7, 
		"bold", "bold", "#0066FF", "white", 1, "gray", 2,"rollover:pictures/tri-down1.gif:pictures/tri-down2.gif", false, true, true, true, 12, true, 3, 3,"white");
	menus[0].addItem("index.html", "_top", 75, "center", "<IMG src='pictures/lahclogosmall.jpg' width='18' height='18' align='absmiddle' alt='LAHC logo'> Accueil", 0);
	menus[0].addItem("research_fr.html", "downFrame", 90, "center", "Recherche", 0);
	menus[0].addItem("people.html", "downFrame", 70, "center", "Annuaire", 1);
	menus[0].addItem("preprints.html", "downFrame", 110, "center", "Publications", 2);
	menus[0].addItem("stages_theses.html", "downFrame", 100, "center", "Thèses, stages", 0);
	menus[0].addItem("gallery.html", "downFrame", 80, "center", "Galerie photo", 0);
	menus[0].addItem("howtofindus.html", "downFrame", 100, "center", "Accès au LAHC", 0);
	menus[0].addItem("contacts_fr.html", "downFrame", 70, "center", "Contacts", 0);
	menus[0].addItem("index_gb.html", "_top", 40, "center", "<IMG src='pictures/anglais.gif' width='37' height='18' align='top' alt='flag'> ", 0);


//    menus[0].addItem("javascript:alert('Pages under development')", "downFrame", 60, "center", "<A href='' align='absmiddle' class='lahcmenu' onmouseover='doTooltip(event,0,8,12)' onmouseout='hideTip()'>Internal</A>", 0);

//Sub Menu for 1st Main Menu Item ("People"):
	menus[1] = new menu(170, "vertical", 0, 0, -5, -5, "#FFFFCC", "#33CCCC", "Comic Sans MS,Verdana,Helvetica", 8, "bold", 
		"bold", "#0066FF", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 3, 3, "gray");
	menus[1].addItem("permanents.html", "downFrame", 22, "left", "Enseignants-chercheurs", 0);
	menus[1].addItem("phd.html", "downFrame", 22, "left", "Doctorants", 0);
	menus[1].addItem("postdoc.html", "downFrame", 22, "left", "Post-docs", 0);
	menus[1].addItem("otherpeople.html", "downFrame", 22, "left", "Personnel administratif", 0);

//Sub Menu for 2nd Main Menu Item ("Publications"):
	menus[2] = new menu(145, "vertical", 0, 0, -5, -5, "#FFFFCC", "#33CCCC", "Comic Sans MS,Verdana,Helvetica", 8, "bold", 
		"bold", "#0066FF", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 3, 3, "gray");
	menus[2].addItem("preprints.html", "downFrame", 22, "left", "preprints", 0);
	menus[2].addItem("publis_new.html", "downFrame", 22, "left", "à partir de 2002", 0);
	menus[2].addItem("publis_1998.html", "downFrame", 22, "left", "de 1998 à 2001", 0);
	menus[2].addItem("publis_1990.html", "downFrame", 22, "left", "de 1990 à 1997", 0);

/*


Sub Menu for 3rd Main Menu Item ("Links"):
	menus[2] = new menu(130, "vertical", 0, 0, 0, 0, "#FFFFCC", "#33CCCC", "Comic Sans MS, Verdana,Helvetica", 8, "bold", 
		"bold", "0066FF", "white", 1, "grey", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 3, 3, "grey");
	menus[2].addItem("http://www.cnn.com", "", 22, "left", "General links", 4);
	menus[2].addItem("http://www.msnbc.com", "", 22, "left", "Goodies", 0);


    menus[0].addItem("javascript:alert('Pages under development')", "downFrame", 60, "center", "<A href=''  class='lahcmenu' onmouseover='doTooltip(event,0,8,12)' onmouseout='hideTip()'>Internal</A>", 0);


//Sub Menu for Sub Menu "Sports News":
	menus[3] = new menu(135, "vertical", 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");
	menus[3].addItem("http://www.espn.com", "", 22, "left", "ESPN Sports", 0);
	menus[3].addItem("http://www.nba.com", "", 22, "left", "NBA", 0);

//Sub Menu for 4th Main Menu Item ("Search"):
	menus[4] = new menu(130, "vertical", 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");
	menus[4].addItem("http://www.google.com", "", 22, "left", "Google", 1);
	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.