var fDesc=new Array(); fDesc[1] = "case comes up and you are ready to get to the end of it. Your mission is to investigate who is the killer of Miss Linnete Doyle, another passenger of the cruiser. Twelve levels will lead you to the truth, gathering clues on each investigation."; fDesc[2] = "file, it will download another 70851816 bytes using your Internet connection, upgrading the game to the latest available version. You must help a young couple to choose and decorate their first house."; fDesc[3] = "a lot, and easily. In this case, the game has little to nothing to do with the Tom Clancy world. You are given hints that you are indeed in the timeline portrayed in several other TC games, but that is it."; fDesc[4] = "especially if you are a beginner and also if you are a good opponent to the experts players. You will be able to play against eight poker champions at the same time."; fDesc[5] = "drawings such as flowcharts, network diagrams, presentations, building plans, fashion designs, workflows, program structures, UML, web design, electrical engineering, database diagrams, and more."; fDesc[6] = "the most popular games in history even more fun to play. Simply match tiles in pairs to eliminate them from the board. But be careful, remove the wrong tile and be stuck without a move."; fDesc[7] = "easter eggs for the most popular games. The data has been collected from the ChEaTs software. The authors updated the cheats to include them in CheMax."; fDesc[8] = "groups of three or more in each level. The game is very easy to use, and it has got some nice visual graphics and audio effects. You will be able to use the game options to shut up volume, reduce it, use the full screen mode and more. You will see many sea animals ordered in a specific way."; fDesc[9] = "add new services to your salon; customers will love you and will bring their pets directly to your salon."; fDesc[10] = "this category, this game is pretty different from others. The game is organized into chapters, in each chapter you’ll need to solve a case in The Vanishing Files to uncover the story."; fDesc[11] = "place in lots of shops, from a flea market to expensive boutiques. You must find, in the mess, the objects that are written down in the list at the bottom of the screen. You can ask for a hint when you can´t find something, but hints are a limited resource."; fDesc[12] = "United States. Start your mission at the Acropolis in Athens and travel all around the world in order to fill the 3 chambers of the museum, the West Wing, the East Wing and the Main Hall. Good luck on your search!"; fDesc[13] = "business through the whole kingdom. While you get more profits, be sure to buy more equipment so you will be able to offer new products to your customers."; fDesc[14] = "objects in 30 different scenes, spin the wheel and play 10 different mini-games. To skip the mini-games you don't like to play find the extra hints and collect chips. Are you the happy contestant who will be going home with 5 million dollars?"; fDesc[15] = "role-playing games. The UHS lets you view only as much information as you want, so you can finish solving the puzzles on your own."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }