var fDesc=new Array(); fDesc[0] = "Lotso Xpress Buddy - Pogo help you play Lottso! Express game and maximize your Pogo tokens, ranks, and badges. This program uses advanced strategy to quickly and efficiently place numbers on (and fill) the most advantageous cards. it also contains quick and easy built-in backdoors to favorite Lottso! 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 = ''; } }