/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home','../index.php', null,
		['Find Us', '../find.php', {'sb':'Find Noble\'s World of Entertainment'}],
		['Map', '../inside.php', {'sb':'Enter Noble\'s World of Entertainment'}],
		['Prices and Times', '../hours2.php']
	],
	['Ground Floor', '../inside.php', null,
		['The Deli', '../deli.php', {'sb':'Freshly made food all day'}],
		['All Cash Arcade', '../arcade.php'],
		['Amusements', null],
		['Foam Factory', '../foam.php'],
		['Prize Bingo', '../bingo.php'],
		['Candy & Coffee Bar', '../candy.php'],
		['Trampolines', '../trampoline.php'],
		['Just For Kids', '../kids.php'],
		['Driving Games', '../driving.php'],
		['Prize Shop', '../prizes.php'],
		['Simulators', '../sim.php'],
		['Video Games', '../video.php'],
		['Utilities', '../utilities.php']
	],
	['First Floor', '../upstairs.php', null,
		['Motown Bar', '../bar.php'],
		['Bowlingo', '../bolingo.php'],
		['American Pool', '../pool.php'],
		['BBQ Terrace(Smoking)', '../terrace.php'],
		['Video Games', '../games2.php'],
		['Big Screen Sports', '../sports.php'],
		['LIVE Music', '../music.php']
	],
	['Parties', 'book.php', null,
	 	['Kids Parties', 'book.php'],
	 	['Group Parties', 'group.php'],
			['Corporate Events', 'corp.php'],
			['Bar Parties', 'bar.php'],
	 
	 ],
	['Food Menus', null, null,
		['Bar Menu', '../bar_menu.php'],
		['Deli Menu', '../deli_menu.php']
	],
	['Contact Us', '../contact.php'],
	['News & Offers', '../news.php']
];



