var fDesc=new Array(); fDesc[1] = "improvements that make the game even more addictive. Players have the option of choosing to play the single player campaigns, multiplayer, or random maps."; fDesc[2] = "saga, in this case, you are going back to the ancient Persia. Like in the other games you will climb walls, jump, and do all kind of incredible movements."; fDesc[3] = "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[4] = "versions. The main difference is that the game is done completely in 3D and allows a total control of the camera, and may change the angle of vision, getting closer and farther from the details of the adventure map as well as during the battles."; fDesc[6] = "awesome wildlife scenes. Challenge yourself with four distinctly addictive game modes. And you can save your progress as the game goes on."; fDesc[7] = ", 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[8] = "stones of the same color diagonally, horizontally or vertically. You can move the falling array of stones by moving your mouse. Once in place, with a click on the left button on your mouse you will drop the entire array."; fDesc[9] = "trade exotic island goods, amassing wealth and power. Earn enough gold to upgrade your ship and engage in land and sea battles."; fDesc[10] = "download the associated file. In Wizard101 you will have to collect magic cards, learn how to make spells and take part in wizard duels."; fDesc[11] = "Crystal Dynamics manages to improve it on almost every aspect of the original by rebuilding the game from scratch, but without taking away all the things that made it so special, such as its fantastic and hugely memorable level design."; fDesc[12] = "father, an archaeologist, disappears, her daughter will start an amazing adventure to find her. You will have to search for unique hidden objects that you had heard of in every level."; fDesc[13] = "Company. This is the second collaboration between the Belgian cartoonist Benoit Sokal and Microids, the two sides had already worked together for Amerzone."; fDesc[14] = "story. Syberia II takes the adventure exactly at the point where it was interrupted in the previous game, continuing the story and deepening all that was seen in the first chapter."; fDesc[15] = "you’ll have a shooter-like device with which you’ll drop balls. The colors of the balls to be shot varies randomly, so you have to select the best place to drop it according to the color."; 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 = '...'; } }