var fDesc=new Array(); fDesc[4] = "online against other players worldwide. The QuickPlay mode is a 4 ball game, played in the Garage, you can vary the length of the game in matches, the Table Setup (Amateur, Professional, Championship or Custom), and if you want a shot clock or not."; fDesc[5] = "of computer opponent. Designed to be fun - you can be racking up pro breaks in 10 minutes."; fDesc[6] = "pocket every ball before they all explode. That´s because they are not balls, they´re bombs, and they will begin a 120 seconds countdown till they burst. If any of that bomb is still on the table when the counter reaches zero, there will be an explosion, and the game will be over."; fDesc[8] = "conversions, astronomy, geometry, pi, chemistry, electricity. Divx Calculator. Games on gravitation, billiards..."; fDesc[9] = ", it may let you be tense or relax and it won't let you have a tedious time anyway. Free to play and download."; fDesc[11] = "effects. It is an interesting pool game that combines the realism of its graphics and sounds, together with an intuitive control of movements, which provides the accuracy you need to win."; fDesc[12] = ", divisions, teams, matches, and players."; fDesc[15] = "targets and keep special items like fans and magnets in your calculations."; fDesc[16] = "properties. There are three long-play campaigns."; fDesc[20] = "gameplay and strategies. You can create your own levels which suite your taste and skills!"; 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 = '...'; } }