var fDesc=new Array(); fDesc[0] = "Warbot is Openholdem-based, customizable universal poker bot, which uses screen scraping method for its game state engine, and external profiles (formulas, algorithms) for its action engine (Autoplayer). The bot automatically detects poker table, when it appears on the screen. Then it connects and starts playing, according to loaded profile. Along with primary actions (folding, calling, raising, etc..), it can also perform sitin, sitout, close tables, handle pop-ups, set custom randomizable delays and much more.."; 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 = ''; } }