function menumodel029Show(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,115,25,0,0,null,0,null,new LMBranch("0",projectroot+"animation.htm"),null,null,projectroot+"/menumodel029/menuitem0.gif",projectroot+"/menumodel029/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",0,24,115,25,0,0,null,0,null,new LMBranch("0",projectroot+"chateaux.htm"),null,null,projectroot+"/menumodel029/menuitem1.gif",projectroot+"/menumodel029/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",0,48,115,25,0,0,null,0,null,new LMBranch("0",projectroot+"events.htm"),null,null,projectroot+"/menumodel029/menuitem2.gif",projectroot+"/menumodel029/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",0,72,115,25,0,0,null,0,null,new LMBranch("0",projectroot+"activites.htm"),null,null,projectroot+"/menumodel029/menuitem3.gif",projectroot+"/menumodel029/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",0,96,115,25,0,0,null,0,null,new LMBranch("0",projectroot+"anzere.htm"),null,null,projectroot+"/menumodel029/menuitem4.gif",projectroot+"/menumodel029/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",0,120,115,25,0,0,null,0,null,new LMBranch("0",projectroot+"kid27s-ete.htm"),null,null,projectroot+"/menumodel029/menuitem5.gif",projectroot+"/menumodel029/menuitem5_over.gif",null);
	var MenuModel029_MNU1 = new LMMenu(mnuname,x+0,y+0,115,145,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= MenuModel029_MNU1;

	RegisterMainMenu(MenuModel029_MNU1);

	ReIndexMenu(MenuModel029_MNU1, index);

}
