/* 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'}],
		['Opening &amp; Prices', 'hours2.php'],
		['Parties', 'aberdeen_kids_parties.php']
	],
	['Ground Floor', 'inside.php', null,
		['The Deli', 'deli.php', {'sb':'Freshly made food all day'}],
		['All Cash Arcade', 'arcade.php'],
		['Amusements', 'Aberdeen_beach_amusements.php'],
		['Coconut Climb', 'coconut.php'],
		['Foam Factory', 'Foam_Factory_Aberdeen.php'],
		['Candy & Coffee Bar', 'candy.php'],
		['Trampolines', 'trampoline.php'],
		['Just For Kids', 'Aberdeen_Beach_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'],
		['Laser Tag', 'laser.php',{'sb':'Can you survive?'}],
		['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/book.php', null,
	 	['Kids Parties', 'book/book.php', {'sb':'Parties at Noble\'s World of Entertainment'}],
	 	['Group Parties', 'book/group.php'],
			['Corporate Events', 'book/corp.php'],
			['Bar Parties', 'book/bar.php'],
	 
	 ],
	['Food Menus', 'deli_menu.php', null,
		['Bar Menu', 'bar_menu.php'],
		['Deli Menu', 'deli_menu.php']
	],
	['Contact Us', 'contact.php', null,
	['Recruitment', 'jobs.php'],
],
	['News & Offers', 'news.php']
];



