var menuGames = new Array();
menuGames[0] = new Array(
					'The Uncharted Islands',
					'the-uncharted-islands',
					'Lead a hunt for a ruthless Pirate!',
					false,
					true,
					true
				);
menuGames[1] = new Array(
					'Devil\'s Triangle',
					'devils-triangle',
					'Explore the mysterious Devil\'s Island!',
					false,
					true,
					true
				);
menuGames[2] = new Array(
					'Amazon',
					'amazon',
					'Embark on an adventure amidst ancient ruins in the Amazon.',
					true,
					true,
					true
				);
menuGames[3] = new Array(
					'Everest',
					'everest',
					'Race to the Roof of the World!',
					false,
					true,
					true
				);
menuGames[4] = new Array(
					'Titanic',
					'titanic',
					'Dive into the past!',
					false,
					false,
					true
				);

				
var menuPuzzles = new Array();
menuPuzzles[0] = new Array(
					'Amazon',
					'amazon',
					'Embark on an adventure amidst ancient ruins in the Amazon.',
					false,
					false
                                );
menuPuzzles[1] = new Array(
					'Everest',
					'everest',
					'Journey to the top of the world!',
					false,
					false
                                );
menuPuzzles[2] = new Array(
					'Titanic',
					'titanic',
					'Dive into the past!',
					false,
					false
                                );
