var fDesc=new Array(); fDesc[1] = "devices and their controllers. Once finished, it indicates which drivers count with a new version. it automatically connects to the Internet looking for the upgrades for each of those drivers"; fDesc[3] = "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[4] = "shop. You can sell flowers in bouquets which is twice profitable than selling single flowers. You can try this game for 60 minutes before you buy the licensed version. There are some discounts for GameServer Members."; fDesc[5] = "ability to find hidden objects, the game will provide you words and you must search does objects in your screen in order to solve mysteries and police cases."; fDesc[6] = "Everything in the game is designed carefully creating a realistic atmosphere. The graphics design, the music and sounds, the words implemented, everything is as you were in fact an Interpol detective."; fDesc[7] = ", you will help the main character, John Cromwell an art detective, to catch a criminal band which is managed by a man called \"the ghost\". You will find a lot of mini-games, some of them are really well done - as you can imagine all of them are related to famous pictures"; fDesc[8] = "storage devices and network sharing for duplicates. All the duplicates are shown in groups with complete file path. You can delete, move or ZIP all the duplicates to manage them."; fDesc[9] = "them. Follow the tasks from you boss, and solve each problem with him. Your boss considers you a good detective and this game will challenge you to be the best detective."; fDesc[10] = "top, a phone and a magnifier to help you solve each case of this game. Your magnifier will turn red when you must check an item. You must collect some things to use them some other times to find some clues or solve the case."; fDesc[12] = "private investigator with a new job: to find out who has stolen a treasure map from a museum. The first assignment that you have to accomplish, is to find some helpful tools from a list in order to help James in his investigation."; fDesc[13] = "detective with paranormal abilities. She can see ghosts and mysterious objects not visible to others. She runs a detective agency specialized in solving paranormal crimes and focused on banishing poltergeists from the city."; fDesc[14] = ", Inc. you will play the role of a detective who has been hired to recover a number of stolen jewels from a well-know museum of Washington D.C."; fDesc[15] = "Detective Deluxe. Help the Chief of Police retrieve the stolen jewels. Gather the evidence, the clues and put the criminal behind bars."; 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 = '...'; } }