var fDesc=new Array(); fDesc[0] = "Smart agent that lives in tray and monitors your favourite sites for changes and mailboxes for incoming mail. Powerful search patterns and message templates will let you precisely track all of your favourite sites, news, software releases, weather, stock quotes and web site stats. You can easily create and share your own channels with your friends. You can make and distribute channels for your own web site to immediately notify your customers of news/software/information updates. A simple yet revolutionary technology right on your desktop! Proxy support, atomic time synchronization, instant web search featutre, friendly and fully customizable user interface, integration with ActivePerl, 6 different notification methods, up to 10 custom actions for each channel and more! Automatic install and uninstall."; 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 = ''; } }