var fDesc=new Array(); fDesc[0] = "MWA improves the wheel scroll in windows towards dynamic smooth iPhone-like scrolling.
Getting the mouse wheel to accelerate intuitively still leaves the problem that some application do not support smooth line scroll while other do not handle well repetitive scrolling. This means that in spite of all the best intentions the final effect is not perfect…
still it is an improvement!"; 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 = ''; } }