var fDesc=new Array(); fDesc[0] = "Pick34 Generator is a free pick 3 pick 4 combination generator, supports all 3-digit and 4-digit lotteries, Support generating combinations by position and wheel combinations. After selecting your favorite numbers, click to generate all combinations of these numbers, if your chosen numbers contain all the lottery winning numbers, you will win the jackpot! There is also a special function to generate combinations by sum value.

How to Use Pick34 Generator?

Setup 1: Select the lottery type in the ComboBox above, if you play 3-digit, select "Pick 3 Games". if you play 4-digit, select "Pick 4 Games".

Setup 2: Select your number pool in the number list panel, click the mouse number to turn red to select this number, then click the number to turn black to deselect this number. If you choose to generate a combination using SUM values, select the corresponding sum value.

The number information Memo box at the bottom will show you in real-time how many numbers you have currently selected and how many tickets will be generated from those numbers

Setup 3: After selecting the ticket type and choosing your pool, click on the "Generate Tickets" button at the bottom to generate the number combinations, which will be displayed in the number list table on the right."; 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 = ''; } }