var fDesc=new Array(); fDesc[0] = "KatMouse is a mouse wheel enhancement tool designed for Windows.

The prime purpose of the KatMouse utility is to enhance the functionality of mice with a scroll wheel, offering "universal" scrolling: moving the mouse wheel will scroll the window directly beneath the mouse cursor (not the one with the keyboard focus, which is default on Windows). This is a major increase in the usefullness of the mouse wheel.

Another (optional) feature involves the wheel button. Since the wheel button is not consistently used in Windows, KatMouse can use it for a kind of task switching: with a click of the wheel button you can push a window to the bottom of the stack of windows that is your desktop, making a recovered window the active window."; 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 = ''; } }