var fDesc=new Array(); fDesc[0] = "Always wanted to test in a role of the professional billiard-player, but the destiny has led you on other way? Well! Today you have a chance to liquidate this blank in the life, having downloaded this virtual billiards! High quality 3D schedules will ship you in atmosphere billiardian club for professionals. Show the possession of a cue and learn taste of a victory or bitterness of defeat. Play you can both with the virtual contender, and with the friend, in a mode for two players. Only sober mind, a keen eye and the competent miscalculation of trajectories will define the winner in this game - here there are no accidents!"; 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 = ''; } }