var fDesc=new Array(); fDesc[1] = "unlock clues needed to escape from a secret island! You’re stranded on a secret island, and there’s only one way off! Find hundreds of hidden objects underwater and on land that will help you match cards and unlock clues needed to find your way home!"; fDesc[2] = "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[3] = "game for people who have visual memory. It is one of the most addicting games ever. Once you start playing, you simply can't stop. It has colorful graphics and suspenseful music and sound effects. It is user friendly, and the instructions are clear and easy to understand."; fDesc[4] = "You´ll have to investigate seven potential suspects, motives, weapons, victims, pieces of evidence and body disposal methods to solve the crime, eliminating possibilities from the gameboard using the clues in your notebook."; fDesc[5] = ", the owner of the house in which you’re staying at. Thirteen levels will lead you to the truth, gather clues on each investigation. Try this game for 60 minutes."; fDesc[6] = "Mystery P.I., you've been hired by Grandma Rose to find her winning $488 Million lottery ticket. For achieving that, you´ll need to retrace Grandma's footsteps to collect clues by finding over 2200 hidden objects and solving puzzles."; fDesc[7] = "you communicate with your headquarters, and keep track of your investigation. The game itself, basically consists on looking and picking items from different locations, following a list provided by the game."; fDesc[8] = ", follow clues and solve a murder case. It features good graphics, music and sounds, and a good amount of levels which connect with each other."; fDesc[9] = "have written on a list in order to unlock new stages, get as much clues as you can so you can solve the mystery. This game will really challenge your observation skills."; fDesc[10] = "home. You're cast away in the Secret Island, and your only hope to escape is to find the clues to come back where you belong. If you don´t know which cards to match, you can ask for a hint."; fDesc[11] = "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[12] = "Europe, seeking clues in Da Vinci's notes, revealing hidden meanings, and unraveling the riddles that shelter the truth."; fDesc[13] = "to find all the differences between the original scene and the actual crime scene, this way you will raise your status and you will get new contracts."; fDesc[14] = "challenge where you will break your mind and visual ability. Each level of the game has different number of hidden items and clues that you must collect in a certain time. Don´t let time reach the limit or the game will be over."; fDesc[15] = "very easy to play but full of fun and entertainment. Graphics and photos are great, scenarios bring you a very realistic scene of a mysterious case."; 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 = '...'; } }