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] = "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[3] = "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[4] = "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[5] = ", 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[6] = "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[7] = "It features slideshows, templates with three-dimensional effects, high transparency and even Vista-looks, along with useful tools for a highly sophisticated website design and management."; fDesc[8] = "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[9] = "feeds without subscribing to them first, simply inputting their URL. You will have the list of subscribed feeds on the left, item-headlines at the top-right, and item-contents at the bottom right."; fDesc[10] = "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[11] = "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[12] = "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[13] = "Extension on Steroids!"; fDesc[14] = "your content, and getting more traffic."; fDesc[15] = "for a beginning web master. It doesn’t require HTML knowledge. The web site is created by wizards and pre-made templates. There are a lot of tools and features that make your work easier. LMSOFT Web Creator is very powerful."; fDesc[16] = "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[17] = "created with FeedForAll. Advanced features enable you to create iTunes compatible podcasts. Built-in RSS feed validator verifies feeds."; fDesc[18] = "events, check your Gmail account, add contacts to your address book, or view your favorite RSS feeds, all of these and more can be done from just one application."; fDesc[19] = "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[20] = "need to be a computer science guru and learn Internet technologies"; 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 = '...'; } }