function menusystemmodel001Show(mnuname) {
	x=0;y=0;
	z_index++;
	var MenuSystemItems = null;
	var miindex= 0;
	var preventopti;
	var index= z_index;

	MenuSystemItems = new Array();
	miindex=0;
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",0,0,160,60,0,0,null,0,null,new LMBranchEx("0",projectroot+"accueil.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel001/menusystemitem0.png",projectroot+"menusystemmodel001/menusystemitem0_over.png",null, "cursor:inherit;position:absolute;left:54px;top:19px;font-weight:700;font-family:Arial Narrow;font-size:13pt;color:rgb(0,0,0);", "cursor:inherit;position:absolute;left:57px;top:20px;font-weight:700;font-family:Arial Narrow;font-size:11pt;color:rgb(0,0,0);", "Accueil");
	preventopti = "./menusystemmodel001/menusystemitem0.png";
	preventopti = "./menusystemmodel001/menusystemitem0_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",160,0,160,60,0,0,null,0,null,new LMBranchEx("0",projectroot+"produits.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel001/menusystemitem0.png",projectroot+"menusystemmodel001/menusystemitem0_over.png",null, "cursor:inherit;position:absolute;left:45px;top:19px;font-weight:700;font-family:Arial Narrow;font-size:13pt;color:rgb(0,0,0);", "cursor:inherit;position:absolute;left:49px;top:20px;font-weight:700;font-family:Arial Narrow;font-size:11pt;color:rgb(0,0,0);", "Catalogue");
	preventopti = "./menusystemmodel001/menusystemitem0.png";
	preventopti = "./menusystemmodel001/menusystemitem0_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",320,0,160,60,0,0,null,0,null,new LMBranchEx("0",projectroot+"jeune-public.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel001/menusystemitem1.png",projectroot+"menusystemmodel001/menusystemitem1_over.png",null, "cursor:inherit;position:absolute;left:35px;top:19px;font-weight:700;font-family:Arial Narrow;font-size:13pt;color:rgb(0,0,0);", "cursor:inherit;position:absolute;left:40px;top:20px;font-weight:700;font-family:Arial Narrow;font-size:11pt;color:rgb(0,0,0);", "Jeune Public");
	preventopti = "./menusystemmodel001/menusystemitem1.png";
	preventopti = "./menusystemmodel001/menusystemitem1_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",480,0,160,60,0,0,null,0,null,new LMBranchEx("0",projectroot+"evenements.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel001/menusystemitem2.png",projectroot+"menusystemmodel001/menusystemitem2_over.png",null, "cursor:inherit;position:absolute;left:38px;top:19px;font-weight:700;font-family:Arial Narrow;font-size:13pt;color:rgb(0,0,0);", "cursor:inherit;position:absolute;left:43px;top:20px;font-weight:700;font-family:Arial Narrow;font-size:11pt;color:rgb(0,0,0);", "Evénements");
	preventopti = "./menusystemmodel001/menusystemitem2.png";
	preventopti = "./menusystemmodel001/menusystemitem2_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",640,0,160,60,0,0,null,0,null,new LMBranchEx("0",projectroot+"liens.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel001/menusystemitem3.png",projectroot+"menusystemmodel001/menusystemitem3_over.png",null, "cursor:inherit;position:absolute;left:61px;top:19px;font-weight:700;font-family:Arial Narrow;font-size:13pt;color:rgb(0,0,0);", "cursor:inherit;position:absolute;left:63px;top:20px;font-weight:700;font-family:Arial Narrow;font-size:11pt;color:rgb(0,0,0);", "Liens");
	preventopti = "./menusystemmodel001/menusystemitem3.png";
	preventopti = "./menusystemmodel001/menusystemitem3_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",800,0,160,60,0,0,null,0,null,new LMBranchEx("0",projectroot+"nous-contacter.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel001/menusystemitem4.png",projectroot+"menusystemmodel001/menusystemitem4_over.png",null, "cursor:inherit;position:absolute;left:53px;top:19px;font-weight:700;font-family:Arial Narrow;font-size:13pt;color:rgb(0,0,0);", "cursor:inherit;position:absolute;left:56px;top:20px;font-weight:700;font-family:Arial Narrow;font-size:11pt;color:rgb(0,0,0);", "Contact");
	preventopti = "./menusystemmodel001/menusystemitem4.png";
	preventopti = "./menusystemmodel001/menusystemitem4_over.png";
	var MenuSystemModel001_MNU1 = new LMMenu(mnuname, mnuname,x+0,y+0,960,60,1,0,null,0,null,MenuSystemItems,1);
	LMObjects[objindex++]= MenuSystemModel001_MNU1;

	AddAnchorTagToObject(mnuname);
	RegisterMainMenu(MenuSystemModel001_MNU1);

	ReIndexMenu(MenuSystemModel001_MNU1, index);

}

