var fDesc=new Array(); fDesc[0] = "OutlookNotify Features :
- Small, discreet icon sits in your system tray and notifies you of any new email.
- Configure how often you want the program to check for new emails.
- Server Mode makes sure nobody can modify the configuration via the built in Configuration Manager.
- Click on the notification to open your email, be it Outlook or even Outlook Web Access–ideal for those working from home!"; 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 = ''; } }