var fDesc=new Array(); fDesc[0] = "Leak Buster is poker software that interfaces with your Holdem Manager database, and extracts key statistics about your play in order to find your largest poker leaks. It's unique scoring algorithm weighs the impact of your leak against average win-rates, and suggests ways to correct those leaks through the use of videos (over 50) and written modules."; 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 = ''; } }