var fDesc=new Array(); fDesc[0] = "Lottery Manager is a complete,all-purpose tool for lottery analysis and bet creation.

Features:

- Can be used for any kind of lottery game.
- Runs on any 32-bit version of Windows (requires an XP emulator for 64-bit).
- Easy to use,with full analysis and bet-generation features:
- Includes Bet Maker for creating custom filtered bets.
- Includes Set Generator for finding numbers that work well together as a group.
- Combo and pair reports for Pick-3 and Pick-4 analysis.
- Sum Analyzer for detailed Sum-of-Digits analysis
- ...and many more analysis features."; 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 = ''; } }