function menumodel023Show(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,69,31,0,0,null,0,null,new LMBranch("0",projectroot+"goupe-04.html"),null,null,projectroot+"/menumodel023/menuitem0.gif",projectroot+"/menumodel023/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",68,0,67,31,0,0,null,0,null,new LMBranch("0",projectroot+"groupe-03.html"),null,null,projectroot+"/menumodel023/menuitem1.gif",projectroot+"/menumodel023/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",134,0,67,31,0,0,null,0,null,new LMBranch("0",projectroot+"groupe-02.html"),null,null,projectroot+"/menumodel023/menuitem2.gif",projectroot+"/menumodel023/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",200,0,67,31,0,0,null,0,null,new LMBranch("0",projectroot+"gourpe-05.html"),null,null,projectroot+"/menumodel023/menuitem3.gif",projectroot+"/menumodel023/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",266,0,69,31,0,0,null,0,null,new LMBranch("0",projectroot+"groupe-04.html"),null,null,projectroot+"/menumodel023/menuitem4.gif",projectroot+"/menumodel023/menuitem4_over.gif",null);
	var menumodel023_MNU1 = new LMMenu(mnuname,x+0,y+0,335,31,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= menumodel023_MNU1;

	RegisterMainMenu(menumodel023_MNU1);

	ReIndexMenu(menumodel023_MNU1, index);

}

