var fDesc=new Array(); fDesc[0] = "PowerLotto5 is a lottery software especially for lotto5 games. It is powerful in analytics and filter. The operation is very easy for all the lotto5 game player. It is the just tool to save your time and money. With the help of PowerLotto5, you can do a lot of filters that are impossible for hands calculation."; 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 = ''; } }