var fDesc=new Array(); fDesc[0] = "Full-featured lottery software with advanced predictive technology. Since 1989. This program utilizes neural networking technology (multiple engines with adjustable scope and neural depth) to find a pattern to prior draws, with rejection and adjustable limitation filters, and advises suggested numbers to play. Built-in support for 500+ lotteries from 50+ countries. Also features: universal lottery playslip printing functions (including special marks and mark overriding capability); 7,000 wheels (with wheel creation, importation and exportation functions); configurable lottery number checking utility; context-sensitive help system; full-range import and export utilities, both fixed width and delimited (including web scraping technology and RegEx filtering); SQL interface; virtual lottery capability; integrated calculators; lottery analysis function. User's Guide (in .pdf format) included. Evaluation version is limited to 12 uses and a maximum neural depth of eight. For Window XP on up."; 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 = ''; } }