var fDesc=new Array(); fDesc[0] = "BINGO FUN is a great program for the whole family (and it helps kids learn numbers and patterns). It lets you play Bingo on your computer and more.

The computer can call numbers for you - you control the speed of the calling and decide whether you want the numbers to be spoken (requires a sound card).

You can play one of thirteen different pre-defined Bingo variations (or define your own game) using up to four cards on the computer screen. You can mark the cards or have the computer mark them.

The computer can print sheets of randomly generated Bingo cards for your use. And, unique to this program, you can compute your odds of getting Blackout Bingo and learn how to improve those odds!

BINGO FUN it works with any Microsoft Windows operating system."; 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 = ''; } }