var fDesc=new Array(); fDesc[2] = "4000 years ago. Match magic gold tiles as you travel through 11 dynasties and 175 levels. Unlock centuries of wisdom to collect the Lost Dynasty Treasures!"; fDesc[3] = "lost parts of the powerful crystal. Playing this game is very easy and fun, move with the arrow keys and tab to swim up and reach caves under the surface of the water. Be careful with your enemies and don't let them touch you, some can kill you."; fDesc[4] = "awesome wildlife scenes. Challenge yourself with four distinctly addictive game modes. And you can save your progress as the game goes on."; fDesc[5] = "the hit action-puzzler is here! Glory and adventure await in your quest to save Egypt from doom. Defeat the rebellious princes of Megiddo before they overthrow Pharaoh and plunge two lands into chaos!"; fDesc[6] = "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[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] = "case you don't know the previous game, your goal is basically to fit a specific number of different pieces into a board with the shape of animal. You can rotate the pieces, but you have to very fast."; fDesc[9] = "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[10] = "fun option to “virtually” be there. It's a city adventure game in which you’ll be going around this beautiful city. It basically consists on looking and picking items from different locations, following a list provided by the game."; fDesc[11] = "process, you will also learn interesting historical facts and also collect great mementos from completed levels to see the postcards of the places you have visited."; 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] = "by BigFish Games. You will have to find some hidden objects, some of them are very well hidden. Another thing that you will find are puzzles that you must solve to move to a next level or to have more clues."; fDesc[14] = "Company. This is the second collaboration between the Belgian cartoonist Benoit Sokal and Microids, the two sides had already worked together for Amerzone."; fDesc[15] = "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."; 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 = '...'; } }