var fDesc=new Array(); fDesc[0] = "StrokeAnalyzer helps you develop and maintain a better pool stroke. The key to developing a more Perfect Stroke is seeing your stroke and it's imperfections. StrokeAnalyzer can capture your stroke on video and then replay the video. Using markers you can see movements and flaws in your stroke. This is the best way to train your mind and muscles to develop a more more perfect stroke. Stroke Training tools and Break speed analysis also included."; 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 = ''; } }