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,162,72,0,0,null,0,null,new LMBranchEx("0",projectroot+"la-chromatotherapie.html",null,0.0,null,null,1,0,0,1,1,1,1,970,770,"_blank"),null,null,projectroot+"menusystemmodel001/menusystemitem0.png",projectroot+"menusystemmodel001/menusystemitem0_over.png",null, "cursor:inherit;position:absolute;left:13px;top:28px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(0,0,255);", "cursor:inherit;position:absolute;left:13px;top:28px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(191,177,0);", "Chromatothérapie");
	preventopti = "./menusystemmodel001/menusystemitem0.png";
	preventopti = "./menusystemmodel001/menusystemitem0_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",0,72,162,72,0,0,null,0,null,new LMBranchEx("0",projectroot+"la-kinesiologie.html",null,0.0,null,null,1,0,0,1,1,1,1,970,770,"_blank"),null,null,projectroot+"menusystemmodel001/menusystemitem1.png",projectroot+"menusystemmodel001/menusystemitem1_over.png",null, "cursor:inherit;position:absolute;left:36px;top:28px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(0,0,255);", "cursor:inherit;position:absolute;left:36px;top:28px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(191,177,0);", "Kinésiologie");
	preventopti = "./menusystemmodel001/menusystemitem1.png";
	preventopti = "./menusystemmodel001/menusystemitem1_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",0,144,162,72,0,0,null,0,null,new LMBranchEx("0",projectroot+"rebouteux.html",null,0.0,null,null,1,0,0,1,1,1,1,970,770,"_blank"),null,null,projectroot+"menusystemmodel001/menusystemitem2.png",projectroot+"menusystemmodel001/menusystemitem2_over.png",null, "cursor:inherit;position:absolute;left:41px;top:28px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(0,0,255);", "cursor:inherit;position:absolute;left:41px;top:28px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(191,177,0);", "Rebouteux");
	preventopti = "./menusystemmodel001/menusystemitem2.png";
	preventopti = "./menusystemmodel001/menusystemitem2_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",0,216,162,72,0,0,null,0,null,new LMBranchEx("0",projectroot+"amsatae-diagnostic-systeme.html",null,0.0,null,null,1,0,0,1,1,1,1,970,770,"_blank"),null,null,projectroot+"menusystemmodel001/menusystemitem3.png",projectroot+"menusystemmodel001/menusystemitem3_over.png",null, "cursor:inherit;position:absolute;left:18px;top:28px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(0,0,255);", "cursor:inherit;position:absolute;left:18px;top:28px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(191,177,0);", "Amsat diagnostic");
	preventopti = "./menusystemmodel001/menusystemitem3.png";
	preventopti = "./menusystemmodel001/menusystemitem3_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",0,288,162,72,0,0,null,0,null,new LMBranchEx("0",projectroot+"filtres-de-chromatotherapie.html",null,0.0,null,null,1,0,0,1,1,1,1,970,770,"_blank"),null,null,projectroot+"menusystemmodel001/menusystemitem4.png",projectroot+"menusystemmodel001/menusystemitem4_over.png",null, "cursor:inherit;position:absolute;left:20px;top:28px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(0,0,255);", "cursor:inherit;position:absolute;left:20px;top:28px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(191,177,0);", "Filtres chromato");
	preventopti = "./menusystemmodel001/menusystemitem4.png";
	preventopti = "./menusystemmodel001/menusystemitem4_over.png";
	var menusystemmodel001_MNU1 = new LMMenu(mnuname, mnuname,x+0,y+0,162,360,1,0,null,0,null,MenuSystemItems,1);
	LMObjects[objindex++]= menusystemmodel001_MNU1;

	AddAnchorTagToObject(mnuname);
	RegisterMainMenu(menusystemmodel001_MNU1);

	ReIndexMenu(menusystemmodel001_MNU1, index);

}

