var fDesc=new Array(); fDesc[0] = "MacroMachine is a very powerful but easy to use macro program for Windows. With MacroMachine, you can, among other things, record, modify, and play back mouse- and keyboard macro's. The powerful options of this program will increase your productivity.

When you do anything repeatedly on your computer, you will quickly see the benefits of MacroMachine. The program earns itself back after using it for a day or two; in saving time, accuracy and above all your health. Automate complex and tedious computer actions. Let MacroMachine type your address info automatically, or let it operate your favorite web-site. If you want to create automated e-mail responses that you can activate by pressing a single key, insert international characters and symbols without having to look them up every time, or quickly enter your passwords on the internet and fill out online web-forms, MacroMachine will increase your 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 = ''; } }