function menusystemmodel005Show(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 + "_MenuItem2",0,0,142,31,0,0,null,0,null,new LMBranchEx("0",projectroot+"concours.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel005/menusystemitem0.png",projectroot+"menusystemmodel005/menusystemitem0_over.png",null, "cursor:inherit;position:absolute;left:36px;top:6px;font-weight:0;font-family:Arial;font-size:12pt;color:rgb(255,255,255);font-style:italic;", "cursor:inherit;position:absolute;left:36px;top:6px;font-weight:0;font-family:Arial;font-size:12pt;color:rgb(255,255,255);font-style:italic;", "Concours");
	preventopti = "./menusystemmodel005/menusystemitem0.png";
	preventopti = "./menusystemmodel005/menusystemitem0_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",0,30,142,30,0,0,null,0,null,new LMBranchEx("0",projectroot+"liens.htm",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel005/menusystemitem1.png",projectroot+"menusystemmodel005/menusystemitem1_over.png",null, "cursor:inherit;position:absolute;left:51px;top:5px;font-weight:0;font-family:Arial;font-size:12pt;color:rgb(255,255,255);font-style:italic;", "cursor:inherit;position:absolute;left:51px;top:5px;font-weight:0;font-family:Arial;font-size:12pt;color:rgb(255,255,255);font-style:italic;", "Liens");
	preventopti = "./menusystemmodel005/menusystemitem1.png";
	preventopti = "./menusystemmodel005/menusystemitem1_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",0,59,142,30,0,0,null,0,null,new LMBranchEx("0",projectroot+"video.htm",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel005/menusystemitem2.png",projectroot+"menusystemmodel005/menusystemitem2_over.png",null, "cursor:inherit;position:absolute;left:50px;top:5px;font-weight:0;font-family:Arial;font-size:12pt;color:rgb(255,255,255);font-style:italic;", "cursor:inherit;position:absolute;left:50px;top:5px;font-weight:0;font-family:Arial;font-size:12pt;color:rgb(255,255,255);font-style:italic;", "Vidéo");
	preventopti = "./menusystemmodel005/menusystemitem2.png";
	preventopti = "./menusystemmodel005/menusystemitem2_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",0,88,142,30,0,0,null,0,null,new LMBranchEx("0",projectroot+"video-helene.htm",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel005/menusystemitem3.png",projectroot+"menusystemmodel005/menusystemitem3_over.png",null, "cursor:inherit;position:absolute;left:43px;top:5px;font-weight:0;font-family:Arial;font-size:12pt;color:rgb(255,255,255);font-style:italic;", "cursor:inherit;position:absolute;left:43px;top:5px;font-weight:0;font-family:Arial;font-size:12pt;color:rgb(255,255,255);font-style:italic;", "Vidéo 2");
	preventopti = "./menusystemmodel005/menusystemitem3.png";
	preventopti = "./menusystemmodel005/menusystemitem3_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",0,117,142,31,0,0,null,0,null,new LMBranchEx("0",projectroot+"photos.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel005/menusystemitem4.png",projectroot+"menusystemmodel005/menusystemitem4_over.png",null, "cursor:inherit;position:absolute;left:46px;top:5px;font-weight:0;font-family:Arial;font-size:12pt;color:rgb(255,255,255);font-style:italic;", "cursor:inherit;position:absolute;left:46px;top:5px;font-weight:0;font-family:Arial;font-size:12pt;color:rgb(255,255,255);font-style:italic;", "Photos");
	preventopti = "./menusystemmodel005/menusystemitem4.png";
	preventopti = "./menusystemmodel005/menusystemitem4_over.png";
	var MenuSystemModel005_MNU1 = new LMMenu(mnuname, "MenuSystemModel005_MNU1",x+123,y+0,142,148,0,0,null,0,null,MenuSystemItems,0);
	LMObjects[objindex++]= MenuSystemModel005_MNU1;

	MenuSystemItems = new Array();
	miindex=0;
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",0,0,124,32,0,0,null,0,null,null,null,null,projectroot+"menusystemmodel005/menusystemitem5.png",projectroot+"menusystemmodel005/menusystemitem5_over.png",MenuSystemModel005_MNU1, "cursor:inherit;position:absolute;left:14px;top:4px;font-weight:700;font-family:Microsoft Sans Serif;font-size:14pt;color:rgb(128,0,0);", "cursor:inherit;position:absolute;left:14px;top:4px;font-weight:700;font-family:Microsoft Sans Serif;font-size:14pt;color:rgb(128,0,0);", "Les plus...");
	preventopti = "./menusystemmodel005/menusystemitem5.png";
	preventopti = "./menusystemmodel005/menusystemitem5_over.png";
	var MenuSystemModel005_MNU2 = new LMMenu(mnuname, mnuname,x+0,y+0,124,32,1,0,null,0,null,MenuSystemItems,1);
	LMObjects[objindex++]= MenuSystemModel005_MNU2;

	AddAnchorTagToObject(mnuname);
	RegisterMainMenu(MenuSystemModel005_MNU2);

	ReIndexMenu(MenuSystemModel005_MNU2, index);

}

