var fDesc=new Array(); fDesc[0] = "My Macros helps you automate all of the repetitive tasks you face each day on computers. It records all operation of mouse and keystrokes and saves them as macros. You can also create macros manually with macro editor. Then My Macros can play back the recorded macros to automate recorded tasks any number of times. It works on any Windows applications.
Hundreds of possible hotkeys are available to run macros. And you can play back macros at schedule time

My Macros is very easy to use, it saves time and reduces the number of repetitive tasks in your day. It doesn't require any programming experience."; 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 = ''; } }