var fDesc=new Array(); fDesc[0] = "Control your mouse and keyboard using your gamepad. You can control the mouse and all three buttons aswell as the mouse wheel. You can bind keyboard keys and functions to any gamepad button or key. Precise control at the touch of a button. Great if you have a wireless controller or no mouse/keyboard. The free version does not work with games or apps that use DirectInput"; 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 = ''; } }