var fDesc=new Array(); fDesc[0] = "Poker Bot Assistant is a software that will automaticly Fold the Hands that you don't want to play preflop!Select the Hands that you want to play and just wait that the software alert you when one of your hands comes out!

Poker Bot Assistant has been created because patience is very important at Texas Hold'em Poker. Poker Bot automatically folds the hands that you want to play and alerts you when one of the hands you want to play appears.
The Poker bot Preflop AutoFolder works on Real Money and Play Money so you can try it free!"; 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 = ''; } }