function menumodel020Show(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,136,23,0,0,null,0,null,new LMBranch("0","#ANCHOR_Text1"),null,null,projectroot+"/menumodel020/menuitem0.gif",projectroot+"/menumodel020/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",135,0,131,23,0,0,null,0,null,new LMBranch("0","#ANCHOR_Text5"),null,null,projectroot+"/menumodel020/menuitem1.gif",projectroot+"/menumodel020/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",265,0,113,23,0,0,null,0,null,new LMBranch("0","#ANCHOR_Text7"),null,null,projectroot+"/menumodel020/menuitem2.gif",projectroot+"/menumodel020/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",377,0,118,23,0,0,null,0,null,new LMBranch("0",projectroot+"events.html"),null,null,projectroot+"/menumodel020/menuitem3.gif",projectroot+"/menumodel020/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",494,0,122,23,0,0,null,0,null,new LMBranch("0",projectroot+"chateaux-home.html"),null,null,projectroot+"/menumodel020/menuitem4.gif",projectroot+"/menumodel020/menuitem4_over.gif",null);
	var MenuModel020_MNU1 = new LMMenu(mnuname,x+0,y+0,616,23,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= MenuModel020_MNU1;

	RegisterMainMenu(MenuModel020_MNU1);

	ReIndexMenu(MenuModel020_MNU1, index);

}
