var fDesc=new Array(); fDesc[0] = "Jet Bingo is a front-runner in the online bingo world, offering games that appeal to players from all walks of life. With great bingo, great CMs running chat games 24 hours per day, an amazing array of slots, quick games, instant games, blackjack and roulette, you simply must join us today and see for yourself how much fun you can have in the privacy of your home!"; 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 = ''; } }