var fDesc=new Array(); fDesc[1] = "way through the game into the end. Magic Balls 3.5 combines great graphics and lighting effects to create a 3D visual effect in the balls, so your experience becomes richer."; fDesc[2] = "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[3] = "spooks and find the treasure."; fDesc[4] = "color together, to win the game. To get to the next level you will have to remove all colored blocks, always making sure each one still has got a pair. The blocks cannot be moved upwards, only to the left or right (or down, if suddenly have nothing to move upon)."; fDesc[5] = "and you win. The row needs to be led with a cursor, which you navigate on the playfield. The cursor acts as a needle leading a thread."; fDesc[6] = "with your friends. Plain intuitive rules also help to relax. Play and enjoy yourself!"; fDesc[7] = "functions including a two player mode, over 20 different symbol sets, an integrated MP3 player, high score function, puzzle printing and more."; fDesc[8] = "the virus via collecting all necessary ingrediants."; fDesc[9] = "Arrange three or more fishes in a line to set free all the cosmic blocks under them in a limited period of time."; fDesc[10] = "imprisoned in a tower by solving interesting puzzles. In order to solve the puzzles, the players need to unite the lock and key icons. It looks very easy at the beginning, but as players advance through the game, they'll find a series of obstacles they should avoid or destroy to reach their goal."; fDesc[11] = "over the top of another, but only if both have the same color or number and are in the same row or column. The game ends when there is no chance of a valid move. It is really complex and requires an acute observation sense and concentration"; fDesc[12] = "strategy."; fDesc[13] = "the combination of two other top-selling well-known puzzle games: Tetris and Sokoban. From the first one, it takes the gravity rules, and from the second one, the fact of pushing boxes."; fDesc[14] = "understand, in practice the game turns out a real challenge. It is totally free, so it is a must-have for those who like mental challenges."; fDesc[15] = "game is a classic one, and it has been played since hundred years ago, being very popular in Europe. The rules are very simple and the goal of this puzzle game is to remove all pegs until you have only one peg left."; 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 = '...'; } }