var fDesc=new Array();
fDesc[1] = "applications called gadgets, those gadgets offers us a quick access to different tools or functions that may be useful on our daily duties. Microsoft included a little list of gadgets with their sidebar, however there are much more available on vistagallery.microsoft .com.";
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] = ", 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[4] = "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[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] = "task of creating a complete, feature rich and impressive picture gallery becomes a breeze. This application has got some brilliant features and tools that help a good deal in making a better and effective gallery having stunning looks!";
fDesc[7] = "on Windows, Mac OS X and Linux computers. The application serves two basic purposes. The first one of them is to provide you with RSS feeds/news. Secondly, you can link it with your Facebook or Twitter account and you can get a number of alerts on your desktop.";
fDesc[8] = "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[9] = "Motion, Guba, etc. so user has the capability of saving video files from these sites to hard-drives in the standard Flash Movie (*.flv) format.";
fDesc[10] = "need to be a computer science guru and learn Internet technologies";
fDesc[11] = ", this toolbar makes it easy and accessible to manage and display RSS feeds from various websites and news sources .";
fDesc[12] = "full of Internet content. You will be able to read RSS feeds, as well as add new feeds, or set desktop alerts. Livesticker´s main window will show you a multi-tabbed interface. Each tab is related with a specific topic and will retrieve content from a number of sites.";
fDesc[13] = "full pages. It is a very useful feature, because it helps to quickly look through all articles’ headlines and choose the most interesting of them.";
fDesc[14] = "Extension on Steroids!";
fDesc[15] = "contains a built-in mini FTP client and a site manager to upload and download generated RSS feeds. It also contains an XML previewing tool. The program can save your feeds as HTML.";
fDesc[16] = "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[17] = "technology. And best of all, it doesn't cost you a penny. It is not a system resource hog and minutes after installation you will be aware of the usability and flexibility of the RSS Reader.";
fDesc[18] = "that you subscribe to. The news are displayed, skipped and rotated automatically on a 3D or modern toolbar. The toolbar's transparency can be changed, and the toolbar itself can be shown or hidden using shortcut keys.";
fDesc[19] = "information you want to broadcast to the Net by filling fields on a form, and RSS Creator will generate and publish an RSS feed for you.";
fDesc[20] = "feed subscribers. Stop searching for places to promote your blog, and quickly submit your feed to 200 of the top blog and RSS feed directories.";
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 = '...';
}
}