var fDesc=new Array(); fDesc[0] = "SuperEase 2005 Professional is a comprehensive 4-D Analysis and Forecast software that is designed with the beginners, intermediate to the advanced users in mind. SuperEase puts you in control of the simplest to the most advanced 4D analysis feature you can possibly think of.
It helps you to play smart by minimizing your investment and increases your strike rates. With its powerful functions and analysis tools, it fits the way you want to analyse and pick your winning numbers."; 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 = ''; } }