var fDesc=new Array(); fDesc[0] = "Lottery Looper helps you make informed choices on lottery numbers. It can be used for any lottery, including Powerball and Mega Million type lottos. You can add the past history of lottery draws to this program so that you can find frequencies such as pairs, highs, lows, and last show. Auto calendar aids in entry and sets up the numbers for the next draw for easy checking."; 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 = ''; } }