var fDesc=new Array(); fDesc[0] = "This lottery software for New Zealand is suitable only for the Lotto, Powerball, and Strike games. It has been designed to maximise your chances of winning a prize and who knows maybe the jackpot.!! The lottery program trial has limited use (typically 25 draws). The registered version has no restrictions and allows free upgrade downloads for the life of the lottery program including any new functionality (no additional cost for newer versions!!). If your trial version has expired and is a older version than the upgrade, you can upgrade and get 15 uses of the new version."; 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 = ''; } }