var fDesc=new Array(); fDesc[0] = "Pop Sprint Buddy is a two-in-one Pogo cheat. This Poppit! Sprint auto works with both Pogo.com and Facebook.com Poppit! Sprint games on either 'casual' or regular mode. This balloon-popping puzzle solving program is one of a kind and a great addition to anyone's Poppit Sprint game. If you are one of the many Pogo or Facebook players who have a hard time sprinting through puzzles in a short amount of time or feel that your bubble has burst and can't make it through another round, don't despair!"; 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 = ''; } }