function menumodel004Show(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,115,30,0,0,null,0,null,new LMBranch("0",projectroot+"index.htm"),null,null,projectroot+"menumodel004/menuitem0.gif",projectroot+"menumodel004/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",115,0,115,30,0,0,null,0,null,new LMBranch("0",projectroot+"be-our-guest-in-shangri-la-garden-restaurant.htm"),null,null,projectroot+"menumodel004/menuitem1.gif",projectroot+"menumodel004/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",230,0,115,30,0,0,null,0,null,new LMBranch("0",projectroot+"menu.htm"),null,null,projectroot+"menumodel004/menuitem2.gif",projectroot+"menumodel004/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",345,0,115,30,0,0,null,0,null,new LMBranch("0",projectroot+"chefs-choice.htm"),null,null,projectroot+"menumodel004/menuitem3.gif",projectroot+"menumodel004/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",460,0,115,30,0,0,null,0,null,new LMBranch("0",projectroot+"about-us.htm"),null,null,projectroot+"menumodel004/menuitem4.gif",projectroot+"menumodel004/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",575,0,115,30,0,0,null,0,null,new LMBranch("0",projectroot+"where-to-find-us.htm"),null,null,projectroot+"menumodel004/menuitem5.gif",projectroot+"menumodel004/menuitem5_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem8",690,0,115,30,0,0,null,0,null,new LMBranch("0",projectroot+"photo-exhibition.htm"),null,null,projectroot+"menumodel004/menuitem6.gif",projectroot+"menumodel004/menuitem6_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",805,0,115,30,0,0,null,0,null,new LMBranch("0",projectroot+"contact.htm"),null,null,projectroot+"menumodel004/menuitem7.gif",projectroot+"menumodel004/menuitem7_over.gif",null);
	var menumodel004_MNU1 = new LMMenu(mnuname,x+0,y+0,920,30,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= menumodel004_MNU1;

	RegisterMainMenu(menumodel004_MNU1);

	ReIndexMenu(menumodel004_MNU1, index);

}
