var fDesc=new Array(); fDesc[0] = "CanadianDollarBingo is now the destination of choice for Canadians to play online bingo, have fun and share the Canada proud!
This is the first web site where players can play online bingo in Canadian Dollars; although we also allow players from other countries to join the fun and enjoy the excitement of online bingo"; 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 = ''; } }