var fDesc=new Array(); fDesc[0] = "CoolLotto is a simple but effective gaming tool. It allows to analyze intended lotto numbers, and see how likely they are to be drawn.

The program uses two statistical coefficients developed for this purpose (called: the Punch and the Spread). The coefficients inform the player about the hidden regularities within the selected numbers. Both Punch and Spread increase in value if the selected numbers are more likely to be the winners.

Use this freeware software for your happy lucky number guesses and win without stressful hesitation!"; 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 = ''; } }