var fDesc=new Array(); fDesc[0] = "Mail Alert was designed with your productivity in mind. That's why we've made it easier for you to simply get your work done without the hassle of switching to Microsoft Outlook every time you receive new mail.

When new e-mail arrives, Mail Alert will display a non-intrusive desktop alert containing essential information from the e-mail received. Now you can avoid the constant shuffle between work and e-mail, thus boosting your productivity. Mail Alert can also alert you to an incoming e-mail by playing a sound, running a program or displaying an icon in the notification area (system tray)."; 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 = ''; } }