function produitsShow(x, y, mnuname) {
	z_index++;
	var MenuItems = null;
	var miindex= 0;
	var index= z_index;

	MenuItems = new Array();
	miindex=0;
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",0,0,124,25,0,0,null,0,null,new LMBranch("0",projectroot+"tarif-produits-visage.htm"),null,null,projectroot+"produits/menuitem0.gif",projectroot+"produits/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",0,25,124,25,0,0,null,0,null,new LMBranch("0",projectroot+"produit-visage-cremes.htm"),null,null,projectroot+"produits/menuitem1.gif",projectroot+"produits/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",0,50,124,25,0,0,null,0,null,new LMBranch("0",projectroot+"page-6.htm"),null,null,projectroot+"produits/menuitem2.gif",projectroot+"produits/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",0,75,124,25,0,0,null,0,null,new LMBranch("0",projectroot+"page-7.htm"),null,null,projectroot+"produits/menuitem3.gif",projectroot+"produits/menuitem3_over.gif",null);
	var produits_MNU1 = new LMMenu("produits_MNU1",x+0,y+25,124,100,0,0,null,0,null,MenuItems,0);
	LMObjects[objindex++]= produits_MNU1;

	MenuItems = new Array();
	miindex=0;
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",0,0,76,25,0,0,null,0,null,null,null,null,projectroot+"produits/menuitem4.gif",projectroot+"produits/menuitem4_over.gif",produits_MNU1);
	var produits_MNU2 = new LMMenu(mnuname,x+0,y+0,76,25,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= produits_MNU2;

	RegisterMainMenu(produits_MNU2);

	ReIndexMenu(produits_MNU2, index);

}
