var fDesc=new Array(); fDesc[0] = "Pinnacle Game Profiler allows you to play your favorite games with any gamepad, joystick, or other type of game controller. The program comes preconfigured for most popular game titles and gamepads, which means setup is quick and easy. Also, the program has the ability to detect when games are launched, automatically configuring your desired controller for play."; 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 = ''; } }