var fDesc=new Array(); fDesc[0] = "InstantBingoCard can make beautiful printable custom Bingo Cards for any subjects (topics) in minutes. The application allows you to make word and picture bingo cards. You may fully personalize or customize your custom bingo cards appearance. You can make custom bingo cards either in US style format or in UK style format."; 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 = ''; } }