var fDesc=new Array(); fDesc[1] = "being the basketball game with the best graphics on any platform. However, graphics is not everything when it comes to sport games. Its competitor, NBA 2K8 is the best game when it comes to playability."; fDesc[2] = "with players from around the world. Each delivery returns us to the current NBA season, updating players, incorporating data, and so on."; fDesc[3] = "2002 had sucked so bad that I was really not going to get NBA Live 2003. However, this game, which is the first NBA game ever released on the PC, was quite OK. The game featured nice graphics for the time."; fDesc[5] = "that NBA Live 2002 had sucked so bad that I was really not going to get NBA Live 2003. However, this game, which is the first NBA game ever released on the PC, was quite OK. The game featured nice graphics for the time."; fDesc[7] = ", that is hard not to fall in love with it. I am a basketball fan. I play the sport and watch a lot of it. When this game came out, I was forced to buy it."; fDesc[8] = "last year, so it best crowned the best basketball game on the PC. However, this year NBA 2K9 made its grand debut on PC. NBA Live 08 followed the line of its previous games. The game featured great graphics all throughout."; fDesc[11] = "and fortunately it does it for good. It seems that programmers have emphasized gaming experience, since in this new NBA Live game it is greater, deeper and more realistic."; 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 = '...'; } }