/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [

['Home', 'index.html'],

['About Us', 'about.html'],

['Menus', null, null,


		['Catering Menu','Ads/CateringMenu.html'],

		['Deli Menus', null, null,
			['Full&nbsp;&nbsp;Sandwich&nbsp;&nbsp;Menu&nbsp;&nbsp;&nbsp;','Ads/SandwichMenu.html'],
		],

	],

['Products', null, null,

		
		['Bakery','bakery.html'],

		
		['Service Meat', 'meat.html'],
		
		
		['Gourmet Cheese', 'cheese.html'],

		['Service Deli', 'Ads/DeliMeats.html#target=_blank'],

		['Hot Entr&#233;es', 'entrees.html'],  

		['Fresh Produce', 'produce.html'],

		['Wine', 'wine.html'],

		['Fresh Sushi', 'sushi.html'],

		['Grocery Aisle', 'grocery.html'],

	],

['Specials', null,null,

		['Shop Our Store', 'Ads/directoryframe.html'],
			
		['Weekly Specials', 'Ads/weeklyframe1.html'],

		['Monthly Specials', 'Ads/frame1.html'],
	],
	
['Contact', 'contact.html'],
['Shop Our Store','Ads/directoryframe.html'],
['Shopping List','Ads/shoppinglist.html'],

	
];

/*['Shop Our Store','directoryframe.html'],*/


/*['Deli Menus', null, null,
			['Full&nbsp;&nbsp;Sandwich&nbsp;&nbsp;Menu&nbsp;&nbsp;&nbsp;','Ads/sandwich-menu-a.html'],
			['Panini &nbsp;&nbsp;&nbsp;&nbsp;Menu&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','Ads/panini_menu.html'],
			['Wine Country &nbsp;&nbsp;&nbsp;&nbsp;Box Lunch Menu','Ads/country-box-lunches.html'],
			['Everyday Gourmet &nbsp;&nbsp;&nbsp;&nbsp;Box Lunch Menu','Ads/box-lunches.html'],
		],*/

