var fDesc=new Array(); fDesc[0] = "NewsGator Desktop is a RSS reader that allows users to view content from specified sources right on their desktop. It is a simple and easy to use tool which collects news from your specified feeds and provides it to you in a simple form. NewsGator Desktop runs in system tray and keeps your NewsGator RSS feeds, folders, and news items synchronized with the Windows RSS platform. In other words, it will make sure that the feeds and articles shown in windows applications like IE7 or Vista are matched with the ones getting displayed in NewsGator Desktop. This will ensure that users do not needed to mark the same article as read in multiple applications. One of the coolest features of NewsGator Desktop is that it allows users to receive notifications when new items are available. Users can also configure the notification settings. They can opt to receive fade-in/pop-up/no notifications. In case of no notification, it will change the system tray icon when new items are available. NewsGator is highly configurable and allows users to choose clipping folder, to change keyboard shortcuts and to configure feeds to be displayed in the reader. Users can also change the display settings of reader to view news titles or summary or full post. Interestingly this excellent tool is absolutely free to download and install."; 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 = ''; } }