var fDesc=new Array(); fDesc[0] = "magayo Lotto is a free Lotto software for any Lotto, Powerball, Thunderball and Toto lottery game around the world. The program is packed with many advanced features and supports more than 350 lottery games in over 75 countries. You just need to select your game, update the latest draw results with a single click, analyze and generate your tickets to play."; 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 = ''; } }