var fDesc=new Array(); fDesc[0] = "If you add a computer and IBA Bingo Flashboard to your business you can have a fully functional software bingo flashboard and software bingo blower (cage) for your event. IBA Bingo Flashboard even has its own built in voice caller which can call the numbers for you.

Main Features:
- Designed for use on a projector via a computer.
- Pattern appears on screen along with the name of the pattern.
- Master Sheet appears on screen.
- Multiple customizable information boxes.
- Current Number, Current Round, Total Rounds, Winner Count, and Ball Count all displayed on screen."; 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 = ''; } }