var fDesc=new Array(); fDesc[1] = "that different to other pool games already seen, but the stuff around the game is what makes this game pretty unique.The game provides extensive help to get the most out of Cue Club. You can try this game for 60 minutes before you buy the licensed version."; fDesc[3] = "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[4] = "gameplay. Build, customize, and improve your team as you guide them through a 20-year career on the World Beach Volleyball Tour."; fDesc[5] = "planet since 1990. Various statistics, predict results, daily addition of new results."; fDesc[8] = "spheres. The more rays you catch the faster you progress. However, the game is not a music sync game as it claims to be. And this proves to be the game's downfall."; fDesc[10] = "and JPEG/GIF/BMP Wallpaper Changing capabilities. It is a collection of ACAPsoft utilities."; fDesc[11] = "Force can be used to closed crashed programs, and delayed shutdowns are also supported."; 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 = '...'; } }