function formationShow(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 + "_MenuItem1",0,0,198,22,0,0,null,0,null,new LMBranch("0","./formations_professionnelles.html"),null,null,"./formation/menuitem0.gif","./formation/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",0,22,198,21,0,0,null,0,null,new LMBranch("0","./formations_grand_public.html"),null,null,"./formation/menuitem1.gif","./formation/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",0,43,198,21,0,0,null,0,null,new LMBranch("0","./projet_pedagogique.html"),null,null,"./formation/menuitem2.gif","./formation/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",0,64,198,22,0,0,null,0,null,new LMBranch("0","./visite_de_la_ferme.html"),null,null,"./formation/menuitem3.gif","./formation/menuitem3_over.gif",null);
	var formation_MNU1 = new LMMenu(mnuname,x+0,y+0,198,86,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= formation_MNU1;

	RegisterMainMenu(formation_MNU1);

	ReIndexMenu(formation_MNU1, index);

}
