/*
  --- 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 = [
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home', 'index.html'],
		
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;About Us', null, null,
		['Our Brochure', 'Images/TH_Market_Brochure_full.pdf'],
		['Mission', 'mission.html'],
		['Employment', null, null,
			['Information', 'employment.html'],
			['Application', 'Images/application.pdf'],
		],
		['Contact', 'contact.html'],
		['Directions & Store Hours', 'directions.html'],
		['News Archive', 'news_archive.html'],
			
		],
	
	['&nbsp;&nbsp;&nbsp;Departments', null, null,
			['Deli & Take-Out', 'departments.html#deli'],
			['Wine & Beer', 'departments.html#wine'],
			['Gourmet Cheese', 'departments.html#cheese'],
			
			['Produce', 'departments3.html'],
			['Bakery', 'departments3.html#bakery'],
			['Meat/Fish/Poultry', 'departments3.html#meat'],

			['Floral & Gifts', 'departments2.html#floral'],
			['Special Foods/Grocery', 'departments2.html#grocery'],
			
		],
		
		
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Recipes', null,null,
		['Appetizers', 'Ads/appetizers.html'],
		['Breakfast', 'Ads/breakfast.html'],
		['Desserts', 'Ads/desserts.html'],
		['Grilling', 'Ads/grilling.html'],
		['Meat', 'Ads/meat.html'],
		['Pork', 'Ads/pork.html'],
		['Poultry', 'Ads/poultry.html'],
		['Lamb', 'Ads/lamb.html'],
		['Pasta', 'Ads/pasta.html'],
		['Pizza', 'Ads/pizza.html'],
		['Salads', 'Ads/salads.html'],
		['Seafood', 'Ads/seafood.html'],
		['Side Dishes', 'Ads/side-dishes.html'],
		['Soups', 'Ads/soups.html'],
		/*['By Date Published', 'Ads/recipe-archive.html'],*/

		],


['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Food Focus', null,null,
		['All About Cheese', 'all-about-cheese.html'],
		['Get Cooking', 'getcooking.html'],
		['Learn More', 'learnmore.html'],
		['Good Reads', 'goodreads.html'],
		],



	['&nbsp;&nbsp;Store Specials', null,null,
		['Shop Our Store', null,null,
			['Items', 'Ads/directoryframe.html'],
			/*['Store Map', 'Images/storemap.pdf'],*/

		],

		['Weekly Specials', 'Ads/weeklyframe1.html'],
		['Monthly Specials', 'Ads/frame1.html'],
		],


	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;View Shopping List', 'Ads/shoppinglist.html'],

	
	
];

