var fDesc=new Array(); fDesc[0] = "WizMouse makes your mouse wheel work on the window under the mouse.

WizMouse is a mouse enhancement utility that makes your mouse wheel work on the window currently under the mouse pointer, instead of the currently focused window. This means you no longer have to click on a window before being able to scroll it with the mouse wheel. This is a far more comfortable and practical way to make use of the mouse wheel.

WizMouse can also optionally enable the mouse wheel in applications that don't support it. It does this by translating mouse wheel commands into scroll bar commands that all applications can understand and process.

Once WizMouse has been installed and is active, configure it by double clicking on the WizMouse icon in the system tray. If the tray icon has been hidden then launch WizMouse from the Windows start menu or desktop shortcut."; 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 = ''; } }