var fDesc=new Array(); fDesc[0] = "The Play Buddy App allows you to install and use over 150 Buddies for popular game sites including Facebook games, PlayOK games, Pogo games, and King games. These Buddies are software programs that appear next to the game. They perform a variety of functions including showing and playing hints and playing the game automatically (autoplay)."; 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 = ''; } }