// JavaScript Document
/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.html'],
	['ABOUT DGs', 'about.html'],
	['OUR FARE', null, null,
	 	['<img src="images/icon_home.png" height=16 width=14 align="absmiddle">&nbsp; Food Menu', 'lunch_dinner.html'],
		['<img src="images/icon_wine.png" height=18 width=16 align="absmiddle">&nbsp; Spirits Menu', null, null,
			['&#8226;&nbsp;Wines', 'wines.html'],
			['&#8226;&nbsp;Beers', 'beer.html'],
			['&#8226;&nbsp;Signature Cocktails', 'cocktails.html'],
			['&#8226;&nbsp;Scotch', 'scotch.html'],
			['&#8226;&nbsp;Whiskey', 'whiskey.html']
			],
	 	['<img src="images/icon_moon.png" height=16 width=14 align="absmiddle">&nbsp; Late Night Menu', 'late_nite.html'],
		['<img src="images/icon_egg.png" height=10 width=20 align="absmiddle">&nbsp; Sunday Brunch', 'sunday.html'],
		['<img src="images/icon_kid.png" height=12 width=16 align="absmiddle">&nbsp; Kids Menu', 'kids.html'],
	],
	['GOINGS ON', 'events.html'],
	['THE PERFECT GIFT', 'gift_cards.html'],
	['STAY IN TOUCH', 'comments.html'],
	['WHAT THEY SAY', 'reviews_lk.html'],
//	['WHAT THEY SAY', null, null,
//		['<img src="images/icon_critic.png" height=16 width=16 align="absmiddle">&nbsp; Critic Reviews', 'reviews_lk.html'],
//		['<img src="images/icon_press.png" height=16 width=15 align="absmiddle">&nbsp; Press', 'press.html'],
//		['<img src="images/icon_happy.png" height=16 width=16 align="absmiddle">&nbsp; Customer Comments', 'customers.html'],
//	],
	['IRISH NEED APPLY', 'joinus.html'],
	['<img src="images/facebook-icon_sm.png" height=16 width=14 align="absmiddle">&nbsp; Join Us on Facebook', 'http://www.facebook.com/profile.php?id=1431736375&ref=ts#!/pages/Newton-MA/Dunn-Gaherins/55743493327?ref=search', {'tw':'_blank'}],
];

