function init()
{
	menus[0] = new menu(20, "horizontal", 180, 120, 0, -2, "img:images/background1.jpg", "img:images/background2.jpg", "Arial,Helvetica", 9, "bold", 
		"bold", "white", "white", 0, "white", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, false, true, false, 0, true, 4, 4, "gray");
	menus[0].addItem("index.html", "_parent", 130, "center", "Accueil", 0);
	menus[0].addItem("#", "mainFrame", 130, "center", "Ventes", 1);
	menus[0].addItem("Situation.html", "mainFrame", 130, "center", "Nous Situer", 0);
	menus[0].addItem("http://habitersurlacote.com/perso/contactform.php?destinataire=conseil@csimmobilier.com&backgrounf=imgok/Clear-Day-Bkgrd.jpg&prefixe=CSO", "mainFrame", 130, "center", "Contact", 0);
	menus[0].addItem("calcul.htm", "mainFrame", 130, "center", "Simulation", 0);
	menus[0].floatMenu(1024, 768, 10, 0);
	
	menus[1] = new menu(22, "horizontal", 0, 0, 0, -2, "white", "royalblue", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, false, false, 0, true, 4, 4, "gray");
	menus[1].addItem("http://www.habitersurlacote.com/perso/listebiens.php?prefixe=CSO&ventloc=V&nature=A&nbpieces=1&langue=FR", "mainFrame", 80, "center", "Studios", 0);
	menus[1].addItem("http://www.habitersurlacote.com/perso/listebiens.php?prefixe=CSO&ventloc=V&nature=A&nbpieces=2&langue=FR", "mainFrame", 80, "center", "2Pièces", 0);
	menus[1].addItem("http://www.habitersurlacote.com/perso/listebiens.php?prefixe=CSO&ventloc=V&nature=A&nbpieces=3&langue=FR", "mainFrame", 80, "center", "3Pièces", 0);
	menus[1].addItem("http://www.habitersurlacote.com/perso/listebiens.php?prefixe=CSO&ventloc=V&nature=A&nbpieces=4&langue=FR", "mainFrame", 80, "center", "4Pièces", 0);
	menus[1].addItem("http://www.habitersurlacote.com/perso/listebiens.php?prefixe=CSO&ventloc=V&nature=A&nbpieces=5&langue=FR", "mainFrame", 95, "center", "5Pièces & +", 0);
	menus[1].addItem("http://www.habitersurlacote.com/perso/listebiens.php?prefixe=CSO&ventloc=V&nature=M&langue=FR", "mainFrame", 80, "center", "Villa", 0);

	menus[2] = new menu(22, "horizontal", 0, 0, 0, -2, "white", "royalblue", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, 0, false, true, false, false, 0, true, 4, 4, "gray");
	
	menus[3] = new menu(100, "vertical", 0, 0, 0, 0, "white", "royalblue", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, 0, false, true, false, false, 0, true, 4, 4, "gray");
	
	menus[4] = new menu(100, "vertical", 0, 0, -5, -5, "white", "royalblue", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, 0, false, true, false, false, 0, true, 4, 4, "gray");
	

	menus[5] = new menu(100, "vertical", 0, 0, 0, 0, "white", "royalblue", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, 0, false, true, false, false, 0, true, 4, 4, "gray");
	
}