function menu200Show(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 + "_MenuItem6",0,0,166,19,0,0,null,0,null,new LMBranch("0",projectroot+"hiver.html"),null,null,projectroot+"/menu200/menuitem0.gif",projectroot+"/menu200/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",0,19,166,19,0,0,null,0,null,new LMBranch("0",projectroot+"hiver1.html"),null,null,projectroot+"/menu200/menuitem1.gif",projectroot+"/menu200/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem8",0,38,166,19,0,0,null,0,null,new LMBranch("0",projectroot+"hiver3.html"),null,null,projectroot+"/menu200/menuitem2.gif",projectroot+"/menu200/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem9",0,57,166,19,0,0,null,0,null,new LMBranch("0",projectroot+"hiver2.html"),null,null,projectroot+"/menu200/menuitem3.gif",projectroot+"/menu200/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem10",0,76,166,19,0,0,null,0,null,new LMBranch("0",projectroot+"hiver4.html"),null,null,projectroot+"/menu200/menuitem4.gif",projectroot+"/menu200/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem11",0,95,166,19,0,0,null,0,null,new LMBranch("0",projectroot+"ecolo.html"),null,null,projectroot+"/menu200/menuitem5.gif",projectroot+"/menu200/menuitem5_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem12",0,114,166,19,0,0,null,0,null,new LMBranch("0",projectroot+"ecolopoudre.html"),null,null,projectroot+"/menu200/menuitem6.gif",projectroot+"/menu200/menuitem6_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem13",0,133,166,19,0,0,null,0,null,new LMBranch("0",projectroot+"ecologel.html"),null,null,projectroot+"/menu200/menuitem7.gif",projectroot+"/menu200/menuitem7_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem15",0,152,166,19,0,0,null,0,null,new LMBranch("0",projectroot+"video.html"),null,null,projectroot+"/menu200/menuitem8.gif",projectroot+"/menu200/menuitem8_over.gif",null);
	var menu200_MNU1 = new LMMenu(mnuname,x+0,y+0,166,171,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= menu200_MNU1;

	RegisterMainMenu(menu200_MNU1);

	ReIndexMenu(menu200_MNU1, index);

}

