function menumodel005Show(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,100,25,0,0,null,0,null,new LMBranch("0",projectroot+"page-acceuil.html"),null,null,projectroot+"/menumodel005/menuitem0.gif",projectroot+"/menumodel005/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem20",0,24,100,25,0,0,null,0,null,new LMBranch("0",projectroot+"galerie-0001.html"),null,null,projectroot+"/menumodel005/menuitem1.gif",projectroot+"/menumodel005/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem19",0,48,100,25,0,0,null,0,null,new LMBranch("0",projectroot+"groupe-01.html"),null,null,projectroot+"/menumodel005/menuitem2.gif",projectroot+"/menumodel005/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",0,72,100,25,0,0,null,0,null,new LMBranch("0",projectroot+"poses-plage1.html"),"Why not !",null,projectroot+"/menumodel005/menuitem3.gif",projectroot+"/menumodel005/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem13",0,96,100,25,0,0,null,0,null,new LMBranch("0",projectroot+"page-acceuil-du-livre-d27or.html"),null,null,projectroot+"/menumodel005/menuitem4.gif",projectroot+"/menumodel005/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem10",0,120,100,25,0,0,null,0,null,new LMBranch("0",projectroot+"album-presentation-001.html"),null,null,projectroot+"/menumodel005/menuitem5.gif",projectroot+"/menumodel005/menuitem5_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",0,144,100,25,0,0,null,0,null,new LMBranch("0",projectroot+"contact.html"),null,null,projectroot+"/menumodel005/menuitem6.gif",projectroot+"/menumodel005/menuitem6_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem8",0,168,100,25,0,0,null,0,null,new LMBranch("0",projectroot+"tarif-2010.html"),null,null,projectroot+"/menumodel005/menuitem7.gif",projectroot+"/menumodel005/menuitem7_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem21",0,192,100,25,0,0,null,0,null,new LMBranch("0",projectroot+"tarifs-2011.html"),null,null,projectroot+"/menumodel005/menuitem8.gif",projectroot+"/menumodel005/menuitem8_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",0,216,100,25,0,0,null,0,null,new LMBranch("0",projectroot+"tarifs-2012.html"),null,null,projectroot+"/menumodel005/menuitem9.gif",projectroot+"/menumodel005/menuitem9_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",0,240,100,25,0,0,null,0,null,new LMBranch("0",projectroot+"espace-clients1.html"),null,null,projectroot+"/menumodel005/menuitem10.gif",projectroot+"/menumodel005/menuitem10_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem11",0,264,100,25,0,0,null,0,null,new LMBranch("0",projectroot+"foire-aux-questions.html"),null,null,projectroot+"/menumodel005/menuitem11.gif",projectroot+"/menumodel005/menuitem11_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem17",0,288,100,25,0,0,null,0,null,new LMBranch("0",projectroot+"partenaires.html"),null,null,projectroot+"/menumodel005/menuitem12.gif",projectroot+"/menumodel005/menuitem12_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem14",0,312,100,25,0,0,null,0,null,new LMBranch("0",projectroot+"mention-legales.html"),null,null,projectroot+"/menumodel005/menuitem13.gif",projectroot+"/menumodel005/menuitem13_over.gif",null);
	var menumodel005_MNU1 = new LMMenu(mnuname,x+0,y+0,100,337,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= menumodel005_MNU1;

	RegisterMainMenu(menumodel005_MNU1);

	ReIndexMenu(menumodel005_MNU1, index);

}
