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 + "_MenuItem2",0,0,120,50,0,0,null,0,null,new LMBranchEx("0",projectroot+"index.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:24px;top:13px;font-weight:700;font-family:Nightclub BTN;font-size:12pt;color:rgb(255,255,255);", "cursor:inherit;position:absolute;left:24px;top:13px;font-weight:700;font-family:Nightclub BTN;font-size:12pt;color:rgb(255,255,255);", "ACCUEIL");
	preventopti = "./menusystemmodel001/menusystemitem0.png";
	preventopti = "./menusystemmodel001/menusystemitem0_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",120,0,120,50,0,0,null,0,null,new LMBranchEx("0",projectroot+"albums.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:25px;top:13px;font-weight:700;font-family:Nightclub BTN;font-size:12pt;color:rgb(255,255,255);", "cursor:inherit;position:absolute;left:25px;top:13px;font-weight:700;font-family:Nightclub BTN;font-size:12pt;color:rgb(255,255,255);", "ALBUMS");
	preventopti = "./menusystemmodel001/menusystemitem1.png";
	preventopti = "./menusystemmodel001/menusystemitem1_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",240,0,120,50,0,0,null,0,null,new LMBranchEx("0",projectroot+"singles.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:24px;top:13px;font-weight:700;font-family:Nightclub BTN;font-size:12pt;color:rgb(255,255,255);", "cursor:inherit;position:absolute;left:24px;top:13px;font-weight:700;font-family:Nightclub BTN;font-size:12pt;color:rgb(255,255,255);", "SINGLES");
	preventopti = "./menusystemmodel001/menusystemitem2.png";
	preventopti = "./menusystemmodel001/menusystemitem2_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",360,0,120,50,0,0,null,0,null,new LMBranchEx("0",projectroot+"textes.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:28px;top:13px;font-weight:700;font-family:Nightclub BTN;font-size:12pt;color:rgb(255,255,255);", "cursor:inherit;position:absolute;left:28px;top:13px;font-weight:700;font-family:Nightclub BTN;font-size:12pt;color:rgb(255,255,255);", "TEXTES");
	preventopti = "./menusystemmodel001/menusystemitem3.png";
	preventopti = "./menusystemmodel001/menusystemitem3_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",480,0,120,50,0,0,null,0,null,new LMBranchEx("0",projectroot+"histoire.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:20px;top:13px;font-weight:700;font-family:Nightclub BTN;font-size:12pt;color:rgb(255,255,255);", "cursor:inherit;position:absolute;left:20px;top:13px;font-weight:700;font-family:Nightclub BTN;font-size:12pt;color:rgb(255,255,255);", "HISTOIRE");
	preventopti = "./menusystemmodel001/menusystemitem4.png";
	preventopti = "./menusystemmodel001/menusystemitem4_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",600,0,120,50,0,0,null,0,null,new LMBranchEx("0",projectroot+"contact.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel001/menusystemitem5.png",projectroot+"menusystemmodel001/menusystemitem5_over.png",null, "cursor:inherit;position:absolute;left:20px;top:13px;font-weight:700;font-family:Nightclub BTN;font-size:12pt;color:rgb(255,255,255);", "cursor:inherit;position:absolute;left:20px;top:13px;font-weight:700;font-family:Nightclub BTN;font-size:12pt;color:rgb(255,255,255);", "CONTACT");
	preventopti = "./menusystemmodel001/menusystemitem5.png";
	preventopti = "./menusystemmodel001/menusystemitem5_over.png";
	var MenuSystemModel001_MNU1 = new LMMenu(mnuname, mnuname,x+0,y+0,720,50,1,0,null,0,null,MenuSystemItems,1);
	LMObjects[objindex++]= MenuSystemModel001_MNU1;

	AddAnchorTagToObject(mnuname);
	RegisterMainMenu(MenuSystemModel001_MNU1);

	ReIndexMenu(MenuSystemModel001_MNU1, index);

}

