var fDesc=new Array(); fDesc[0] = "SmarterNotify is an easy-to-use Windows-based notification utility that sends notifications directly to a user desktop.
SmarterNotify installs locally on your computer and is configured to run from the system tray. Users can create connections to SmarterTools products or third-party applications to monitor for events that fit user-specified parameters. When an event is detected, SmarterNotify alerts the user with visual and/or audible indicators. SmarterNotify Read Out Loud feature can even read aloud the notification details to the user."; 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 = ''; } }