var fDesc=new Array(); fDesc[0] = "3 balls pool is a game from collection of free sports games. There is no science in learning how to play this classical pool game. All you have to do is to hit the blue ball in a way it hits the black one.
You have 90 seconds to make as many hits as possible. Try not to think this game is too easy for you. You should know that it does get quite difficult to bring it to the end with a good score."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }