var fDesc=new Array(); fDesc[0] = "Bingo is the worlds most loved game. Age does not matter, everyone loves to play Bingo.
Unlike other Bingo games, Bingo OZ gives you an all-in-one package that not only lets you call the game, but also prints out professional looking bingo cards. No one else can do that.
Ideal for community groups, families, and anyone who wants to fund raise, Bingo OZ is the way to go."; 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 = ''; } }