var fDesc=new Array(); fDesc[0] = "Efficient Macro Recorder is an easy-to-use utility that makes your computers do work automatically and efficiently for you. It not only can records all or selective operation of mouse and keystrokes, it also provides a large number of useful extensions to deal with complex work, and saves operation records as macros for later use. It can play back recorded macros to automate your work any times that will save you a lot of time. Use it to automate the procedures for any window application and make the 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 = ''; } }