function menusystemmodel002Show(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,124,19,0,0,null,0,null,new LMBranchEx("0",projectroot+"index.htm",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel002/menusystemitem0.png",projectroot+"menusystemmodel002/menusystemitem0_over.png",null, "cursor:inherit;position:absolute;left:34px;top:1px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(0,0,255);", "cursor:inherit;position:absolute;left:34px;top:1px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(191,177,0);", "Accueil");
	preventopti = "./menusystemmodel002/menusystemitem0.png";
	preventopti = "./menusystemmodel002/menusystemitem0_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",124,0,124,19,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+"menusystemmodel002/menusystemitem1.png",projectroot+"menusystemmodel002/menusystemitem1_over.png",null, "cursor:inherit;position:absolute;left:33px;top:1px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(0,0,255);", "cursor:inherit;position:absolute;left:33px;top:1px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(191,177,0);", "Contact");
	preventopti = "./menusystemmodel002/menusystemitem1.png";
	preventopti = "./menusystemmodel002/menusystemitem1_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",248,0,124,19,0,0,null,0,null,new LMBranchEx("0",projectroot+"tarifs.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel002/menusystemitem2.png",projectroot+"menusystemmodel002/menusystemitem2_over.png",null, "cursor:inherit;position:absolute;left:40px;top:1px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(0,0,255);", "cursor:inherit;position:absolute;left:40px;top:1px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(191,177,0);", "Tarifs");
	preventopti = "./menusystemmodel002/menusystemitem2.png";
	preventopti = "./menusystemmodel002/menusystemitem2_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",372,0,124,19,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+"menusystemmodel002/menusystemitem3.png",projectroot+"menusystemmodel002/menusystemitem3_over.png",null, "cursor:inherit;position:absolute;left:31px;top:1px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(0,0,255);", "cursor:inherit;position:absolute;left:31px;top:1px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(191,177,0);", "Produits");
	preventopti = "./menusystemmodel002/menusystemitem3.png";
	preventopti = "./menusystemmodel002/menusystemitem3_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",496,0,124,19,0,0,null,0,null,new LMBranchEx("0","http://www.equilibre-romandie.ch/forum/index.php?sid=e3b0757db159940dbfb1afcc87f72cd5",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel002/menusystemitem4.png",projectroot+"menusystemmodel002/menusystemitem4_over.png",null, "cursor:inherit;position:absolute;left:1px;top:1px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(0,0,255);", "cursor:inherit;position:absolute;left:1px;top:1px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(191,177,0);", "Vos témoignages");
	preventopti = "./menusystemmodel002/menusystemitem4.png";
	preventopti = "./menusystemmodel002/menusystemitem4_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",620,0,124,19,0,0,null,0,null,new LMBranchEx("0",projectroot+"news.html",null,0.0,null,null,1,0,0,0,1,1,1,970,770,"_self"),null,null,projectroot+"menusystemmodel002/menusystemitem5.png",projectroot+"menusystemmodel002/menusystemitem5_over.png",null, "cursor:inherit;position:absolute;left:43px;top:1px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(0,0,255);", "cursor:inherit;position:absolute;left:43px;top:1px;font-weight:700;font-family:Georgia;font-size:10pt;color:rgb(191,177,0);", "News");
	preventopti = "./menusystemmodel002/menusystemitem5.png";
	preventopti = "./menusystemmodel002/menusystemitem5_over.png";
	var menusystemmodel002_MNU1 = new LMMenu(mnuname, mnuname,x+0,y+0,744,19,1,0,null,0,null,MenuSystemItems,1);
	LMObjects[objindex++]= menusystemmodel002_MNU1;

	AddAnchorTagToObject(mnuname);
	RegisterMainMenu(menusystemmodel002_MNU1);

	ReIndexMenu(menusystemmodel002_MNU1, index);

}

