var fDesc=new Array(); fDesc[0] = "Increase your productivity with this advanced personal assistant. Agent Reader text to speech reads everything copied to the clipboard from any application, the Macro Recorder automates repetitive typing tasks, the integrated ads/popup killer will close for you all the annoying windows while you browse and over 20 additional productivity utilities will make your computer experience much easier.

Agent Reader requires Microsoft Agent compontents to be installed. Some of these components come preinstalled in Windows 2000, XP and ME. Download the required Microsoft Agent components from http://www.aldostools.com/msagent.html"; 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 = ''; } }