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] = "protects your computer. The program provides free screensavers, browser skins and cursors, smileys, among many other things, and also protects your computer against spyware and other threats.";
fDesc[4] = ", streaming audio and video, Podcast, and much more in the most smooth, safe and swift way. The amazing capability of this application depends on its 12 different downloading tools.";
fDesc[5] = "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[6] = "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[7] = "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[8] = "versions. RSS is a file format designed for sharing headlines, blogs and/or news. Data is stored on the device.";
fDesc[9] = "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[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] = "should be brought to your attention.";
fDesc[14] = "desktop";
fDesc[15] = "programming skills.";
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 = '...';
}
}