var fDesc=new Array(); fDesc[0] = "NeTo Game Profiler FX is a profiler program suitable for any joystick or gamepad. It basically allows the user to map keystrokes or mouse actions to any button or axis of the joystick. Some of its features are:
-Individual settings (profiles) for each game or program
-Map any combination of keystrokes to any button/axis of the joystick
-Analog emulation: Keys are pressed depending on how much you tilt the stick
-Complete mouse emulation (moves, clicks, even mousewheel!)
-Autofire support
-Full Force Feedback support!
-Compatible with DirectX games and applications
-Easy to use scripting system for writing your own profiles in a unlimited set of combinations."; 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 = ''; } }