var fDesc=new Array(); fDesc[0] = "The Hold'em AutoFold is a must have tool for online poker players which automatically folds the cards that you do not want to play. Hold'em AutoFold will save you time which would usually be wasted with extra mouse clicks, allowing you greater mental freedom so you can focus your attention where it's needed the most. It works on an unlimited number of tables!"; 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 = ''; } }