var fDesc=new Array(); fDesc[0] = "C.T.R.L.R is a free application that allows you to control your Mad Catz gamepad. PC users can customize and then assign game-specific profiles to the controller. If your game lacks HID gamepad input, compatibility is attainable by assigning keyboard and mouse commands to the controllers buttons and sticks."; 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 = ''; } }