var fDesc=new Array(); fDesc[1] = "choose from a great variety of solitaire games, from the challenging Scorpion to a relaxing game such as classic solitaire."; fDesc[2] = "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[3] = "ancient table, that are scattered around the world. Once you got all pieces, you will have the clue to find the most expensive gem: the \"World Diamond\"."; fDesc[4] = "you communicate with your headquarters, and keep track of your investigation. The game itself, basically consists on looking and picking items from different locations, following a list provided by the game."; fDesc[5] = "This gives you an idea of the quality of the game which, on the other hand, it’s a disadvantage when you consider the large file you have to download to play it."; fDesc[6] = "the desired gems that will help you to solve the riddle printed on the map you also found. Arrange in groups of at least three, those tokens with gems on it. All you need in order to play this game is your mouse."; fDesc[7] = "has got different rules and objectives. In the timeless mode you will be able to practice and there will be no pressure for you to finish the level you are playing at the moment."; fDesc[9] = "really surprise you as it includes dozens of new and interesting features. One of the most impressive of all, is the incredible number of 500 new good quality pictures"; 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 = '...'; } }