var fDesc=new Array(); fDesc[0] = "NewsGator Browser Toolbar is a practical application that allows you to find and subscribe to RSS feeds and read them on your favorite reader. The program scans the website you are visiting and with only on click, you can preview and subscribe to the feed found. You only have to have a NewsGator account, because otherwise nothing will work. What is more, you can also save clips of the page you are viewing to your reader, even if it doesn't contain any feed. The application also enables you to search for feed in the great NewsGator's database and add more subscriptions in a snap. By pressing the button "Subscribe", a pop-up window appears and shows you the number of NewsGator subscribed to that feed. The user interface is really intuitive and simple, with no complex features. It enables you to set default subscription folder, clippings folder, and discussion options. It supports both Internet Explorer and Firefox. The Firefox version does not offer a simple extension, but as it is a beta version it may be improved in the future."; 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 = ''; } }