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,169,35,0,0,null,0,null,new LMBranch("0",projectroot+"foie_gras_du_sud_ouest.htm"),null,null,projectroot+"menumodel001/menuitem0.gif",projectroot+"menumodel001/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",0,35,169,35,0,0,null,0,null,new LMBranch("0",projectroot+"terrines_et_pates_du_sud_ouest.htm"),null,null,projectroot+"menumodel001/menuitem1.gif",projectroot+"menumodel001/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",0,70,169,35,0,0,null,0,null,new LMBranch("0",projectroot+"plats_cuisines_du_sud_ouest.htm"),null,null,projectroot+"menumodel001/menuitem2.gif",projectroot+"menumodel001/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",0,105,169,35,0,0,null,0,null,new LMBranch("0",projectroot+"confitures_du_sud_ouest.htm"),null,null,projectroot+"menumodel001/menuitem3.gif",projectroot+"menumodel001/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",0,140,169,35,0,0,null,0,null,new LMBranch("0",projectroot+"chocolats_du_sud_ouest.htm"),null,null,projectroot+"menumodel001/menuitem4.gif",projectroot+"menumodel001/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",0,175,169,35,0,0,null,0,null,new LMBranch("0",projectroot+"la_cave_du_sud_ouest.htm"),null,null,projectroot+"menumodel001/menuitem5.gif",projectroot+"menumodel001/menuitem5_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",0,210,169,35,0,0,null,0,null,new LMBranch("0",projectroot+"les_paniers_des_delices_du_sud_ouest.htm"),null,null,projectroot+"menumodel001/menuitem6.gif",projectroot+"menumodel001/menuitem6_over.gif",null);
	var MenuModel001_MNU1 = new LMMenu(mnuname,x+0,y+0,169,245,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= MenuModel001_MNU1;

	RegisterMainMenu(MenuModel001_MNU1);

	ReIndexMenu(MenuModel001_MNU1, index);

}

