var fDesc=new Array(); fDesc[0] = "MacroHUD is an application that displays the players statistics during play on poker table. By using this application you will be able to understand what kind of opponents you face. MacroHUD displays useful information about your opponent such as Number of played tournaments, ROI indicator, SCORE and HU Elo indicators, Net profit in $ etc."; 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 = ''; } }