var fDesc=new Array(); fDesc[0] = "“SlowMousion” is the contraction of the words “Slow”, “Mouse”, and “Motion”. This name perfectly describes what the program was written to do: slowing down the motion speed of your mouse by pressing a key on your keyboard. There are times when you need more precision handling your mouse cursor, especially while drawing or dealing with interfaces that uses really small elements. The problem is that slowing down the mouse speed through the Control Panel can be bothering and time consuming, even more if you need it for a short time and then you need the regular speed back. There is where SlowMousion become really useful. It allows slowing down your mouse speed temporarily, for as long as you keep pressed a hotkey. This hotkey you can select from a limited amount of options, including keyboard keys and mouse buttons. The default selection is the Windows key.
This tool is available for free and will run on Windows 2000, XP and Vista. You can configure MouseMousion to load at Windows start up."; 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 = ''; } }