var fDesc=new Array(); fDesc[1] = "developer’s website. It is possible to try for free the downloadable demo version for 14 days. In fact we can play only for 7 days, leaving the rest for warming up. Most of the features are only available for the registered version."; fDesc[2] = "player controls a marble which has to make its way through a knotty system of platforms that is suspended in the air, pushing boxes, jumping, and solving puzzles (some of those being physics-based) to get to the exit in the least time possible."; fDesc[3] = "play on 7 grounds: clay, grass, synthetic, 2 hards, 2 indoors. In world tour, you have 125 tournaments and the Davis Cup to play, against 300 players."; fDesc[4] = ", sponsors, team members, and more ! Will you be able to lead your players to the top of the world hierarchy ?"; fDesc[5] = ", synthetic, 2 hards, 2 indoors. In world tour, you have 125 tournaments and the Davis Cup to play, against 300 players."; fDesc[6] = "indicates, this game is about tennis and almost everything related to it. If you always wanted to grab a racket and get in the court as the famous players that you watch on your TV, this is a chance to live that sensation."; fDesc[8] = "Introduces new gaming elements to the standard line game including wild card rainbow chips, strategy breaking 8 Balls and innovative cheats."; fDesc[10] = "profit!"; fDesc[15] = "associated dance. Instead, watch elbow macaroni dance and sing! This high quality screen saver has beautiful artwork, 3D rendered macaroni, and more. Look for the hidden Easter Egg in the About box too!"; 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 = '...'; } }