var fDesc=new Array();
fDesc[1] = "Clipping Personal. With these information management tools, all of them in one application, the process of information collection and customization will be very easy for you.";
fDesc[2] = "compatible with broadband, dial-up, and the Windows® 2000, XP and Windows Vista® operating systems... and best of all, it's absolutely free. Features include: Ability to browse without sign-in for broadband users. Unlimited email storage. Instant news updates from the RSS feed reader on the toolbar.";
fDesc[3] = "share their links with each other. It also downloads the link contents to your local machine while you are working on other area.";
fDesc[4] = "features. The only reason why I would give up Google Reader for this one, is that RssBandit can synchronize completely with Google Reader, which not many readers can do.";
fDesc[5] = "subscription service and read content that is published daily on the website. Unlike other news applications, Times Reader will only connect to the New York times. There is a 7 day retention for feeds.";
fDesc[6] = "2.x feed formats. It takes very little space (about 1MB only) on your PC. The user can add all his favorite feeds and keep him updated. He also can save bookmarks of required web pages. The software then notifies if there are any changes in the web pages stored as bookmarks.";
fDesc[7] = "versions. RSS is a file format designed for sharing headlines, blogs and/or news. Data is stored on the device.";
fDesc[8] = "on Adobe Air, which means that it is multi-platform and is backed by an extensive framework. ReadAir resembles the look and feel for Google Reader, perhaps the most widely used RSS reader in the world.";
fDesc[9] = "gathers for you news feeds in RSS, RDF and Atom formats, and podcasts. This application supports: RSS feed reading, RDF and Atom formats, and podcasts.";
fDesc[10] = "them to websites through an enhanced built-in FTP uploader. The program lets webmasters control feed properties and manually add/edit/remove news from their RSS feeds. The program also has a preview option.";
fDesc[11] = "the web: web text extractor, RSS feed reader, raw text reader, and web browser. Also you can record the text you read aloud in a WAV file, when minimized it reads aloud the selecting text from any source and clicking \"Copy\" from the window you are working on.";
fDesc[12] = "RSS feeds make the rapidly changing data directly available to the user. The Active Web Reader Customizer is an ideal solution for the owners of various sites who need to allow customers to update information.";
fDesc[13] = "sources. But checking news from various RSS or Atom feed sources is boring and time consuming. Now, with NewsPiper there is no need to hunt for news here and there and no need to check different RSS or Atom feeds one by one.";
fDesc[14] = "program has an automatic feed update feature and allows you to choose the update interval. The program has a preview panel and provides easy navigation between RSS feeds.";
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 = '...';
}
}