var fDesc=new Array(); fDesc[1] = "customize the way feeds are organized and displayed. Set up custom news watches based on keywords or use the powerful search to find articles. You can even download podcasts and audio files and have them show up on your portable audio device."; fDesc[2] = "share their links with each other. It also downloads the link contents to your local machine while you are working on other area."; fDesc[3] = "files regularly, then Topstyle 3.5 is for you. Topstyle is a styling utility that allows you to view, edit validate style sheets in Html, Xhtml and CSS file types."; fDesc[6] = "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."; fDesc[7] = "spam!"; fDesc[8] = "This tool runs in system tray and enables you to view news updates instantly through popup/fade-in notifications. NewsGator Desktop is an excellent tool that synchronizes its read states of feed items with the Windows RSS platform."; fDesc[9] = "allows you to decide what kind of news you want to receive through RSS feed selection. It provides support for Picture or Cartoon feeds and displays the image related to post on your screen."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }