var fDesc=new Array(); fDesc[0] = "CoffeeCalcs is a poker calculator and analysis tool. CoffeeCalcs is quick and easy to use, and it has all the tools you need for your computations. Pre-flop shove math is easy with CoffeeCalcs: put in starting ranges and you'll instantly know the exact expectation value of your plays. It calculates EVs for all possible all-in scenarios, up to and including 4-bets."; 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 = ''; } }