var fDesc=new Array(); fDesc[0] = "PlexLotto is a cross-platform lottery application that supports major US, Canadian, European and Asian lotteries.
Main Features:
- It supports all major US, Canadians and Europeans lotteries.
- It includes detailed lottery rules and information about who to contact upon winning the lottery.
- It works on all major platforms such as Windows, Linux, UNIX and Mac OSX.
- It automatically downloads databases for previously drawn lottery numbers. These numbers are cached for one day, so if the user runs the PlexLotto multiple times during a day, it will only download numbers once.
- It allows users to browse or search previous winning numbers.
- It allows users to create tickets by specifying user-input, and quick picks."; 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 = ''; } }