var fDesc=new Array(); fDesc[0] = "Auto Macro Recorder is an useful macro program for you to record everything you have done on your computer,then repeat it as you wish.

Main features:

- An ideal macro recorder program for you to deal with the boring working such as repeatedly key in or type by mouse click.

- Macro Recorder can also be used with software that does not contain macro feature.

- Macro recorder permit users to edit or modify the macro script file as his own request.It's txt file, easy to edit."; 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 = ''; } }