function menumodel007Show(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,53,21,0,0,null,0,null,new LMBranch("0",projectroot+"index.html"),null,null,projectroot+"/menumodel007/menuitem0.gif",projectroot+"/menumodel007/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",53,0,78,21,0,0,null,0,null,new LMBranch("0",projectroot+"hotels.html"),null,null,projectroot+"/menumodel007/menuitem1.gif",projectroot+"/menumodel007/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",131,0,123,21,0,0,null,0,null,new LMBranch("0",projectroot+"restaurants.html"),null,null,projectroot+"/menumodel007/menuitem2.gif",projectroot+"/menumodel007/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",254,0,193,21,0,0,null,0,null,new LMBranch("0",projectroot+"20-best-places-to-eat.html"),null,null,projectroot+"/menumodel007/menuitem3.gif",projectroot+"/menumodel007/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",447,0,114,21,0,0,null,0,null,new LMBranch("0",projectroot+"transports.html"),null,null,projectroot+"/menumodel007/menuitem4.gif",projectroot+"/menumodel007/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",561,0,99,21,0,0,null,0,null,new LMBranch("0",projectroot+"nightlife.html"),null,null,projectroot+"/menumodel007/menuitem5.gif",projectroot+"/menumodel007/menuitem5_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem8",660,0,97,21,0,0,null,0,null,new LMBranch("0",projectroot+"shopping.html"),null,null,projectroot+"/menumodel007/menuitem6.gif",projectroot+"/menumodel007/menuitem6_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",757,0,149,21,0,0,null,0,null,new LMBranch("0",projectroot+"swiss-products.html"),null,null,projectroot+"/menumodel007/menuitem7.gif",projectroot+"/menumodel007/menuitem7_over.gif",null);
	var menumodel007_MNU1 = new LMMenu(mnuname,x+0,y+0,906,21,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= menumodel007_MNU1;

	RegisterMainMenu(menumodel007_MNU1);

	ReIndexMenu(menumodel007_MNU1, index);

}
