/* Tigra Menu items structure */var MENU_ITEMS = [	['<img src="http://www.rexsgrill.com/menu_files/1.jpg">', 'page.php?id=1', {'sw':93}],	['<img src="http://www.rexsgrill.com/menu_files/2.jpg">', null, {'sw':79},		['Breakfast', 'menub.php'],		['Lunch', 'menul.php'],		['Dinner', 'menud.php'],
		['To Go', 'menut.php'],		['Event Menus', 'page.php?id=2']	],	['<img src="http://www.rexsgrill.com/menu_files/3.jpg">', 'page.php?id=3', {'sw':190}],	['<img src="http://www.rexsgrill.com/menu_files/4.jpg">', 'page.php?id=2'],	['<img src="http://www.rexsgrill.com/menu_files/5.jpg">', 'gallery_gal.php?id=1', {'sw':87}],	['<img src="http://www.rexsgrill.com/menu_files/6.jpg">', 'calendar.php', {'sw':99}],	['<img src="http://www.rexsgrill.com/menu_files/7.jpg">', 'faq.php', {'sw':61}],	['<img src="http://www.rexsgrill.com/menu_files/8.jpg">', 'page.php?id=6', {'sw':96}],	['<img src="http://www.rexsgrill.com/menu_files/9.jpg">', 'contact.htm', {'sw':90}],	['<img src="http://www.rexsgrill.com/menu_files/10.jpg">', 'links.php', {'sw':99}]];