function menujuniorShow(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,170,30,0,0,null,0,null,new LMBranch("0",projectroot+"juniors/accueil.html"),null,null,projectroot+"/menujunior/menuitem0.gif",projectroot+"/menujunior/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",0,30,170,30,0,0,null,0,null,new LMBranch("0",projectroot+"juniors/calendrier.html"),null,null,projectroot+"/menujunior/menuitem1.gif",projectroot+"/menujunior/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",0,60,170,30,0,0,null,0,null,new LMBranch("0",projectroot+"juniors/informations.html"),null,null,projectroot+"/menujunior/menuitem2.gif",projectroot+"/menujunior/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",0,90,170,30,0,0,null,0,null,new LMBranch("0",projectroot+"juniors/le-prof-a-dit.html"),null,null,projectroot+"/menujunior/menuitem3.gif",projectroot+"/menujunior/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",0,120,170,30,0,0,null,0,null,new LMBranch("0",projectroot+"juniors/resultats.html"),null,null,projectroot+"/menujunior/menuitem4.gif",projectroot+"/menujunior/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",0,150,170,30,0,0,null,0,null,new LMBranch("0",projectroot+"juniors/photos.html"),null,null,projectroot+"/menujunior/menuitem5.gif",projectroot+"/menujunior/menuitem5_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",0,180,170,30,0,0,null,0,null,new LMBranch("0",projectroot+"juniors/tournois-bbo.html"),null,null,projectroot+"/menujunior/menuitem6.gif",projectroot+"/menujunior/menuitem6_over.gif",null);
	var menujunior_MNU1 = new LMMenu(mnuname,x+0,y+0,170,210,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= menujunior_MNU1;

	RegisterMainMenu(menujunior_MNU1);

	ReIndexMenu(menujunior_MNU1, index);

}

