var fDesc=new Array(); fDesc[0] = "ThinkPad Keyboard Customizer Utility enables predefined assignments for:

- A Windows key and an Application key on the ThinkPad keyboard.
- Audio volume control buttons, mute button, ThinkPad button/Access IBM button, Suspend/Hibernate, Wireless Radio Control, EasyEject, Full Screen Magnifier, and Presentation Director on the external keyboard.

This package installs ThinkPad Keyboard Customizer Utility which enables to customize the ThinkPad and external keyboard, and to assign 'Key Sensitivity' and 'Special character input' functions."; 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 = ''; } }