var fDesc=new Array(); fDesc[0] = "3D Live Pool simulates pool on your computer with full 3-D environment and perfect 3Dd sound. It features easy and addictive game play, supports 3-Ball, 8-Ball, 9-Ball, 15-Ball, Straight, Rotation, BlackJack and Bonus games. 3D Live Pool has single and multi-player modes both, you can play with computer, friends or even remote players. It's also a perfect simulator to improve your pool gaming skills effectively by learning game physics on a PC."; 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 = ''; } }