var fDesc=new Array(); fDesc[0] = "All tools in one package for lotto players. LOTTOmania uses advanced statistical analysis to select the most popular winning patterns consisting of active , average and passive numbers. The lottery software works with almost all lotto-type lotteries that draw 4-8 numbers out of a number pool from 1 to 99. Powerball, Mega Millions, Megabucks, 6/49, Hot Lotto, Pick 5, Cash 5, Fantasy 5, Super Cash, Match 5, Classic Lotto 47, Take 5, Lotto Plus, 649, Euro Millions, Thunderball, LOTO 6 - all games supported."; 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 = ''; } }