var fDesc=new Array(); fDesc[0] = "Results for the UK National lottery games are obtainable via a direct download web link. Graphic representation of lotto balls drawn reflecting the actual colour (white, red, blue, green yellow). Program calculates/suggests lotto entries giving a better than average hit rate. For the more adventurous, there are 3 4 5 6 and 7 wheel generators for the games that give guaranteed wins when balls drawn from a suggested group are chosen. This method gives a higher win rate when balls are selected from the group but gives a greater chance of a zero win than the method described above."; 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 = ''; } }