function menusystemmodel003Show(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,342,25,0,0,null,0,null,new LMBranchEx("0",projectroot+"association.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel003/menusystemitem0.png",projectroot+"menusystemmodel003/menusystemitem0_over.png",null, "cursor:inherit;position:absolute;left:71px;top:6px;font-weight:0;font-family:Verdana;font-size:8pt;color:rgb(254,21,14);", "cursor:inherit;position:absolute;left:71px;top:6px;font-weight:0;font-family:Verdana;font-size:8pt;color:rgb(255,255,255);", "L\'association Sans Amarre éditions");
	preventopti = "./menusystemmodel003/menusystemitem0.png";
	preventopti = "./menusystemmodel003/menusystemitem0_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",342,0,342,25,0,0,null,0,null,new LMBranchEx("0",projectroot+"data.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel003/menusystemitem1.png",projectroot+"menusystemmodel003/menusystemitem1_over.png",null, "cursor:inherit;position:absolute;left:124px;top:6px;font-weight:0;font-family:Verdana;font-size:8pt;color:rgb(254,21,14);", "cursor:inherit;position:absolute;left:124px;top:6px;font-weight:0;font-family:Verdana;font-size:8pt;color:rgb(255,255,255);", "Mentions légales");
	preventopti = "./menusystemmodel003/menusystemitem1.png";
	preventopti = "./menusystemmodel003/menusystemitem1_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",684,0,342,25,0,0,null,0,null,new LMBranchEx("0",projectroot+"plansite.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel003/menusystemitem2.png",projectroot+"menusystemmodel003/menusystemitem2_over.png",null, "cursor:inherit;position:absolute;left:138px;top:6px;font-weight:0;font-family:Verdana;font-size:8pt;color:rgb(254,21,14);", "cursor:inherit;position:absolute;left:138px;top:6px;font-weight:0;font-family:Verdana;font-size:8pt;color:rgb(255,255,255);", "Plan du site");
	preventopti = "./menusystemmodel003/menusystemitem2.png";
	preventopti = "./menusystemmodel003/menusystemitem2_over.png";
	var menusystemmodel003_MNU1 = new LMMenu(mnuname, mnuname,x+0,y+0,1026,25,1,0,null,0,null,MenuSystemItems,1);
	LMObjects[objindex++]= menusystemmodel003_MNU1;

	AddAnchorTagToObject(mnuname);
	RegisterMainMenu(menusystemmodel003_MNU1);

	ReIndexMenu(menusystemmodel003_MNU1, index);

}

