var fDesc=new Array(); fDesc[0] = "Like billiards? Then this game is for you! In Billiardino 2 you can play against the computer or together with his friend. With simple, intuitive controls, you quickly learn how to play. Beautiful graphics and pleasant music will keep you entertained!

Controls:
Mouse moving - rotate the cue.
Left mouse button - hit the ball.
Mouse wheel - change impact force.
Right mouse button - change point of hitting the ball."; 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 = ''; } }