var fDesc=new Array(); fDesc[0] = "Run your own Bingo game from a desktop, or laptop PC. Bingo-HALLic is easy to install and use. You can run the game manually, or set it on AutoPlay with a real voice announcing the numbers as they are selected. It's as easy as 1-2-3 to get started. Simply set the speed as required, enter the prize and game pattern description and then start the game. Program settings are saved automatically when changes are made. All you need is a fresh supply of bingo cards to pass out."; 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 = ''; } }