var fDesc=new Array(); fDesc[0] = "Perfect Macro Recorder is a macro recorder tool. A macro recorder is a piece of software which you use when you want to record your keyboard and mouse actions. And by recording, you can playback them later. When you playback, you will achieve the main goal and benefit of recording a macro, Windows Automation.

When you playback a recorded task, you eliminate the repetition action of doing it more and more, so you can relief yourself for another creative task in which you really love, and later you will discover how to bundle many tasks into only one task called "playback the macro". With Perfect Macro Recorder you will save time, money, perform complex tasks and increase 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 = ''; } }