var fDesc=new Array(); fDesc[0] = "TrueEV is the instrument to evaluate your poker game. TrueEV imports your hand history stored by poker-room on your computer and presents it in way that is convenient for analysis.

With TrueEV you can see easily your played hands and how profitable your every action was. TrueEV is a program that shows the main thing: how profitable your game is."; 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 = ''; } }