function menu2Show(x, y, mnuname) {
	z_index++;
	var MenuItems = null;
	var miindex= 0;
	var index= z_index;

	MenuItems = new Array();
	miindex=0;
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",0,0,77,36,0,0,null,0,null,new LMBranch("0",projectroot+"index.html"),null,null,projectroot+"/menu2/menuitem0.gif",projectroot+"/menu2/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",76,0,80,36,0,0,null,0,null,new LMBranch("0",projectroot+"lacarte.html"),null,null,projectroot+"/menu2/menuitem1.gif",projectroot+"/menu2/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",155,0,83,36,0,0,null,0,null,new LMBranch("0",projectroot+"groupes.html"),null,null,projectroot+"/menu2/menuitem2.gif",projectroot+"/menu2/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",237,0,69,36,0,0,null,0,null,new LMBranch("0",projectroot+"photos.html"),null,null,projectroot+"/menu2/menuitem3.gif",projectroot+"/menu2/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",305,0,75,36,0,0,null,0,null,new LMBranch("0",projectroot+"promo.html"),null,null,projectroot+"/menu2/menuitem4.gif",projectroot+"/menu2/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",379,0,60,36,0,0,null,0,null,new LMBranch("0",projectroot+"acces.html"),null,null,projectroot+"/menu2/menuitem5.gif",projectroot+"/menu2/menuitem5_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem8",438,0,56,36,0,0,null,0,null,new LMBranch("0",projectroot+"liens.html"),null,null,projectroot+"/menu2/menuitem6.gif",projectroot+"/menu2/menuitem6_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",493,0,188,36,0,0,null,0,null,new LMBranch("0",projectroot+"reservation.html"),null,null,projectroot+"/menu2/menuitem7.gif",projectroot+"/menu2/menuitem7_over.gif",null);
	var menu2_MNU1 = new LMMenu(mnuname,x+0,y+0,681,36,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= menu2_MNU1;

	RegisterMainMenu(menu2_MNU1);

	ReIndexMenu(menu2_MNU1, index);

}
