var fDesc=new Array(); fDesc[0] = "Jitbit Macro Recorder is not only a keyboard recorder, mouse recorder and player, but also a powerful automation script editor. All recorded keystrokes and mouse activity can be saved to disk as a macro (script) for later use, bound to hotkeys, extended with custom commands or even compiled to an EXE file (a standalone Windows application). This macro recording program will save you a lot of time on repetitive tasks. Use our Macro Recorder to automate ANY activity in ANY windows application, record on-screen presentations and tutorials."; 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 = ''; } }