var fDesc=new Array(); fDesc[0] = "Completely free program designed for people with disabilities who have difficulty using the mouse. Joy To Mouse allows you to use a joystick or joypad as if it were a normal mouse by transferring the operating system movements and clicks. In the "Options" window, accessible through the icon in the system tray, you can customize the buttons on the joystick and the velocity of movement of the pointer, enable the automatic acceleration and eventual execution of the program startup. Before using the program are advised to install the joystick or joypad available."; 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 = ''; } }