var fDesc=new Array(); fDesc[0] = "Tournament Indicator is an officially approved Poker Calculator by PokerStars. Works with Bovada/Bodog anonymous tables. Supports more than 300 online poker sites. The indicators used in the software are the same you would use in a real tournament situation, but are quite different from a ring or cash game. Poker Odds Calculator designed for ring games simply cannot offer the critical information used to make correct decisions in tournaments. Correct decision making at game critical intersects is what makes a tournament player successful."; 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 = ''; } }