var fDesc=new Array(); fDesc[0] = "LottoGear gives you more functions than you can expect.LottoGear is the best lottery software but it's really the most distinctive one. Your can build filters from a real-time statistic chart, which is reliable and safe. You can also know how safe a filter is. You can create any statistic grid as your like."; 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 = ''; } }