var fDesc=new Array(); fDesc[0] = "Practice the mathematically optimal tournament game.
Mastering the ICM Model is the key to becoming a winning tournament player.
The free ICM trainer by PokerStrategy.com is the ideal tool to perfect your game.
Under the tab ICM calculation you can look at the exact results of every hand as well as the results of the calculations for every hand."; 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 = ''; } }