var fDesc=new Array(); fDesc[0] = "8Baller a free online multiplayer billiards game with 4 games modes; 8Ball, 9Ball, Straight Pool and Snooker. We have thousands of players playing free online pool & snooker games. So why not join them in playing online pool games and free online snooker games. Its 100% free to register and free to play our fantastic online pool and snooker game."; 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 = ''; } }