var fDesc=new Array(); fDesc[0] = "Aldo's Macro Recorder is a small yet powerful tool that lets you record keystrokes and mouse clicks easily. It will increase your productivity and save you a lot of time on repetitive tasks. Aldo's Macro Recorder works with *ANY* application: which includes spreadsheets, word processors, browsers, as well as most MS Window applications. The included Macro Script allows you to customize the macro and perform complex tasks in seconds. No programming skills are needed!!!"; 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 = ''; } }