var fDesc=new Array(); fDesc[0] = "GamepadMania is a free software that allows you to use your computer via your 2-axis gamepad. With GamepadMania, you can drag mouse cursor, click 3 mouse buttons, press most used keys in the keyboard via your gamepad's buttons and axises.
Feature List:
-Easy to enable and disable
-Easy to change key combination
-Start with windows ability
-Work on Windows 2000/XP/Vista
-Freeware"; 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 = ''; } }