function menumodel002Show(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,506,25,0,0,null,0,null,new LMBranch("0",projectroot+"reponse1.html"),null,null,projectroot+"/menumodel002/menuitem0.gif",projectroot+"/menumodel002/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem8",0,25,506,25,0,0,null,0,null,new LMBranch("0",projectroot+"reponse2.html"),null,null,projectroot+"/menumodel002/menuitem1.gif",projectroot+"/menumodel002/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem9",0,50,506,25,0,0,null,0,null,new LMBranch("0",projectroot+"reponse3.html"),null,null,projectroot+"/menumodel002/menuitem2.gif",projectroot+"/menumodel002/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",0,75,506,25,0,0,null,0,null,new LMBranch("0",projectroot+"reponse4.html"),null,null,projectroot+"/menumodel002/menuitem3.gif",projectroot+"/menumodel002/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",0,100,506,25,0,0,null,0,null,new LMBranch("0",projectroot+"reponse5.html"),null,null,projectroot+"/menumodel002/menuitem4.gif",projectroot+"/menumodel002/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",0,125,506,25,0,0,null,0,null,new LMBranch("0",projectroot+"reponse6.html"),null,null,projectroot+"/menumodel002/menuitem5.gif",projectroot+"/menumodel002/menuitem5_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",0,150,506,25,0,0,null,0,null,new LMBranch("0",projectroot+"reponse7.html"),null,null,projectroot+"/menumodel002/menuitem6.gif",projectroot+"/menumodel002/menuitem6_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",0,175,506,25,0,0,null,0,null,new LMBranch("0",projectroot+"reponse8.html"),null,null,projectroot+"/menumodel002/menuitem7.gif",projectroot+"/menumodel002/menuitem7_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",0,200,506,25,0,0,null,0,null,new LMBranch("0",projectroot+"reponse9.html"),null,null,projectroot+"/menumodel002/menuitem8.gif",projectroot+"/menumodel002/menuitem8_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem10",0,225,506,25,0,0,null,0,null,new LMBranch("0",projectroot+"reponse10.html"),null,null,projectroot+"/menumodel002/menuitem9.gif",projectroot+"/menumodel002/menuitem9_over.gif",null);
	var menumodel002_MNU1 = new LMMenu(mnuname,x+0,y+0,506,250,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= menumodel002_MNU1;

	RegisterMainMenu(menumodel002_MNU1);

	ReIndexMenu(menumodel002_MNU1, index);

}
