var fDesc=new Array(); fDesc[0] = "This package provides the utilities (sub packages) related for the special keys and buttons on your computer. The special keys and buttons are designed on the accessibility and usability. The utilities enable the full functionality for the special keys and buttons.

This package contains the following sub packages:
- On Screen Display
- FullScreen Magnifier
- System Interface Driver
- Display Utility
- AutoScroll Utility

Supported Operating Systems:
- Microsoft Windows 7 32-bit, 64-bit
- Microsoft Windows Vista 32-bit, 64-bit
- Microsoft Windows XP Professional x64 Edition
- Microsoft Windows XP Home Edition, Professional
- Microsoft Windows XP Tablet PC Edition 2005
- Microsoft Windows 2000"; 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 = ''; } }