var fDesc=new Array(); fDesc[0] = "This is an application that will help you in aiming and doing reflections on Pool Live tour. The only change in this version is that you can decrease and increase the ball size a little bit more than before. In order to use reflector you must have 8BallRuler 1.1. Adjust the 4 wall to the board (Use arrow keys to resize the walls) and re-size the lines (“Z” or “X”) to the size of the balls.
You can save the size to Any Number from 1 to 7 ( By Pressing Ctrl the number you want save ) to load the saved sizes just press the number where you saved it."; 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 = ''; } }