var fDesc=new Array(); fDesc[1] = ", your adventure will begin after knowing that your grandfather left you a strange and old coffer. At the beginning of the game, you will see an explanation about an ancient pirate treasure, which had an unique artefact,"; fDesc[2] = "repair them. The program is translated into numerous languages, just choose the right one for you and get started!"; fDesc[3] = "introduced the corrupts, better known as the Zann Consortium, a faction leaded by a strange, dark and twisted character named Tyber Zann."; fDesc[4] = "watching a magnificent fireplace so realistic that we are sure your mind will go to strange and mysterious places. The flames of the logs dance all around like mystical spirits. The whole room is lightened and filled with romantic feelings."; fDesc[5] = ", you are given the task of uncovering the secret treasures hidden there by the Incas for hundreds of years. With great graphics and a match-3 game play, Treasure Puzzle is a great option among"; fDesc[6] = "place has such a suggestive name that we can expect anything to happen; and indeed some mysterious events have taken place, such as the disappearance of Bill Witowsky."; fDesc[7] = "Frogwares. The game is frequently named Sherlock Holmes 1. Sherlock was contacted by Elisabeth Montcalfe, daughter of Lord Montcalfe, a prominent archaeologist who specializes in ancient Egyptology."; fDesc[8] = "You assume the role of a female journalist in search of the truth in the bizarre adventure that is Mysteryville Deluxe. You visit different locations and interview the residents."; fDesc[9] = "space of the dynamical system. An attractor is informally described as strange if it has non-integer dimension or if the dynamics on it are chaotic. Chaoscope 0.3.1.51 can be installed and run in English or French."; fDesc[10] = "vegetation and a lot of inhabitants. You will be able to see apes, tigers, squirrels, and many different birds. But you will also be able to see the magical inhabitants of the forest."; fDesc[11] = "an adventure which has a good gameplay. While most first-person adventures have been a complete failure, there must be exceptions, and this is one of them."; fDesc[12] = "those days when everything was explained by magic. You will see the table where he used to write down his discoveries, and where he witnessed very strange phenomena."; fDesc[13] = "to define, is a mix of elements such as the darkness, philosophical matters and a lot of visual effects. Plot: Your character has a brother who had not see in years. Suddenly he receives an invitation from his brother."; fDesc[14] = "strings of digits make things happen, things like the internet, the virtual reality, the artificial intelligence and everything else."; fDesc[15] = "travel through these plasma tunnels and mesmerize with all the colors and effects that you will see. The tunnels will be full of amazing effects that will surely send your senses flying. Shapes and forms will change throughout your journey."; 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 = '...'; } }