function menumodel001Show(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,108,30,0,0,null,0,null,new LMBranch("0",projectroot+"index.htm"),null,null,projectroot+"/menumodel001/menuitem0.gif",projectroot+"/menumodel001/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",108,0,108,30,0,0,null,0,null,new LMBranch("0",projectroot+"organisateurs.htm"),null,null,projectroot+"/menumodel001/menuitem1.gif",projectroot+"/menumodel001/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",216,0,108,30,0,0,null,0,null,new LMBranch("0",projectroot+"preventes.htm"),null,null,projectroot+"/menumodel001/menuitem2.gif",projectroot+"/menumodel001/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",324,0,108,30,0,0,null,0,null,new LMBranchEx("0","http://www.soiree-black.com/promo/",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"promo"),null,null,projectroot+"/menumodel001/menuitem3.gif",projectroot+"/menumodel001/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",432,0,108,30,0,0,null,0,null,new LMBranch("0",projectroot+"achats-preventes.htm"),null,null,projectroot+"/menumodel001/menuitem4.gif",projectroot+"/menumodel001/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",540,0,108,30,0,0,null,0,null,new LMBranchEx("0","http://www.soiree-black.fr/services/jobreporter.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"reporter"),null,null,projectroot+"/menumodel001/menuitem5.gif",projectroot+"/menumodel001/menuitem5_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",648,0,108,30,0,0,null,0,null,new LMBranch("0","mailto:contact@soiree-black.com"),null,null,projectroot+"/menumodel001/menuitem6.gif",projectroot+"/menumodel001/menuitem6_over.gif",null);
	var menumodel001_MNU1 = new LMMenu(mnuname,x+0,y+0,756,30,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= menumodel001_MNU1;

	RegisterMainMenu(menumodel001_MNU1);

	ReIndexMenu(menumodel001_MNU1, index);

}
