var fDesc=new Array(); fDesc[0] = "Hotkey Commander provides automation tools like other hotkey utilities also. You can assign hotkeys for a series of custom tasks or batch jobs to be performed automatically, which can significantly simplify your work and save your time. You can:

- Simulate multimedia function keys on multimedia keyboards such as browser key, email key, media play/volume key, etc.
- Assign hotkeys to various tasks, including opening documents, going to websites, running programs, playing media clips, shuting down computer, etc.
- Record keyboard/mouse macros and play them back."; 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 = ''; } }