var fDesc=new Array(); fDesc[0] = "Tordex Wheel is a useful and small application that adds intelligence to the mouse wheel. By default, when you roll the mouse wheel, Windows roll the currently active window and ignore the mouse cursor position. With Tordex Wheel, Windows rolls the window under the mouse cursor, so you can scroll windows, lists, etc. without having to activate them.

Using Tordex Wheel is very simple. Just run it and Tordex Wheel will improve your mouse wheel. The program sits in the Windows Tray and doesn't take much resoures."; 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 = ''; } }