var fDesc=new Array(); fDesc[0] = "Lotto PowerPlayer Ultimate 2014 is an application that helps you play the lottery with control. This software has a strong analysis tool, filtering tool and wheeling tool to help you winning the lottery.

Lotto PowerPlayer Ultimate has sophisticated filters and advanced features included such as graphic statistical analysis almost to every filter that enables the player to view the past behaviour of the filter and predict the next value of that filter."; 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 = ''; } }