var fDesc=new Array(); fDesc[0] = "Keyboard Express is a Windows keyboard macro utility. It allows you to issue just about any series of keystrokes to your windows applications with the touch of a key.
A macro is a way to automate a task that you perform repeatedly or on a regular basis. It is a series of commands and actions that can be stored and run whenever you need to perform the task. Automate tedious and repetitive tasks. Reduce errors. Keyboard Express will pay for itself after just a few hours of increased productivity."; 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 = ''; } }