var fDesc=new Array(); fDesc[0] = "This template file can be a user define or the template provided within the program.

This is a Lotto / TOTO wheeler program. It wheel your selected numbers according to a pre-defined placement of each number that is defined in a template file.

There is also a wintoto pick to help you to pick the numbers if you cannot decide yourself the numbers to play.

There are more than 1700 templates available in this package. You can select from System 4 to System 9. Key numbers from 0 key to 3 key numbers. You can play as many as 55 numbers of your choice. The template provided are defined as abbreviated wheel pattern to optimize your play.

Mark the bet slip directly from your personal ink jet printer after wheeling. You can define each bet slip configuration for each different printer. Or you can also define each bet slip configuration for each different game."; 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 = ''; } }