var fDesc=new Array(); fDesc[0] = "Macro Express allows you to record, edit, and playback mouse and keyboard macros. It contains hundreds of commands to automate almost all functions on Windows. Over two dozen Quick Wizards guide you through a series of questions and build the macro for you. You can also record keystrokes and mouse movements with the easy to use Capture process. Advanced users can make use of its Scripting Editor or Direct Editor to write more powerful macros.

Macro Express is a also available in a regular variant with reduced functionality."; 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 = ''; } }