var fDesc=new Array(); fDesc[0] = "ZenKEY allows you to control all aspects of your computer via keystrokes. Using the configuration utility of the ZenKEY Wizard, you can create menus, each containing items which perform "actions". You can "fire" these actions by clicking on the item or pressing a key-combination.
Features:
- Work and play on an Infinite desktop (almost).
- Open a program or a file.
- Control program windows .
- Automatically make windows transparent.
- Iconify windows.
- Issue a Media command.
- Open an Internet location.
- Issue a Windows System command.
- Issue Windows System commands.
- Simulate a series of keystrokes."; 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 = ''; } }