var fDesc=new Array(); fDesc[0] = "MRAC is an ActiveX control provides an easy way to enable your application written in VB, VC , C#,VB.NET, or other COM environment to record and playback mouse clicks, keystrokes and save them into a file in order to playback later.

Main features:

- Record keystrokes, mouse movements and clicks for latter use from your application.
- Variable playback speed [high-normal-low].
- Custom file extension, you can use your own extensions for the files created by MRAC.
- Playback the recorded macros from your applications.
- Check the current recording state.
- Check the current playbacking state.
- Save the macro as an executable file [*.exe].
- Converts a normal macro file to an executable file.

System requirements:

* Windows 95/98/Me/NT/2000/XP/Vista.
* Internet Explorer 4.x or higher to view the help file (chm format)."; 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 = ''; } }