var fDesc=new Array(); fDesc[0] = "21 Buddy is a program that adds a turbo boost to your Turbo 21 game by automatically scanning the cards on your game board and providing playing hints. The program also allows players to earn Turbo 21 badges, ranks, and tokens and it has built-in backdoors to favorite Turbo 21 room topics."; 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 = ''; } }