var fDesc=new Array(); fDesc[2] = "original release, such as: improved visual quality; getting elements from dead creatures is no longer considered a crime. It also offers several fixes and improvements to the performance of the game as well as enhancements to the development of the quests."; fDesc[3] = "following the orders of a mysterious agency. The game includes more than 20 missions in all, which you'll play in a linear order, one after the other.The graphics of this game are great enough and particularly the sound has been improved so as to make it really enjoyable."; 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] = ", and look for fingerprints, marks,id´s, weapons, footprints, etc.. Discover all the objects that will give you clues in order to solve the crimes and figure out how everything happened."; fDesc[6] = "new cases. In this videogame, we can use tools like luminol, fingerprints detectors, etc. This videogame, like the two previous try to to solve cases, and though it do not seems at first, might have some relationship to each other."; fDesc[7] = "the rest of the Las Vegas team to help solve crimes using realistic techniques and lab equipment and an all-new garage lab for analyzing large evidence."; fDesc[8] = "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[9] = "not excessively rewarding because it is too simple but is one of the products that is very simple to install and we play whitout complications."; fDesc[10] = "the previous editions of the series, this game is pretty complex in terms of rules. You must explore crime scenes in order to find clues and reveal suspects. The beginning point is the crime report available at Scotland Yard."; fDesc[11] = "you have to exchange or swap two stamps in order to make three in a row. Once you do this the stamps will disappear just like a classic puzzle."; fDesc[12] = "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[13] = "game is a detective who has to investigate a murder case. The victim is a fashion designer and you will come to realize that you are facing a serial killer."; fDesc[14] = "your computer. You can watch your camera through any webpage remotely, or the program can upload the recorded images to an Email address or FTP account."; fDesc[15] = "Crime Scene Investigation™ hit TV show with official characters, locations, voices and music. This great game is available to purchase right from the developer's Internet site."; 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 = '...'; } }