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] = "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[4] = "versions. RSS is a file format designed for sharing headlines, blogs and/or news. Data is stored on the device."; fDesc[5] = ", this toolbar makes it easy and accessible to manage and display RSS feeds from various websites and news sources ."; fDesc[6] = "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[7] = "having to edit it first. RSS Wizard generates RSS 2.0 feeds and allows you to create, edit and publish an unlimited number of RSS feeds."; fDesc[8] = "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[9] = "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[10] = "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[11] = "blogs to many different search engines and web directories, which can drive many visitors to your websites. The program's interface is very easy to understand and follow."; fDesc[12] = "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."; fDesc[13] = "Unique to this software is its ability to create a new RSS feed from several others that have already been created."; fDesc[14] = "site in seconds."; fDesc[15] = "be a computer science guru and learn Internet technologies. Our editor makes work with RSS feeds maximally simple."; fDesc[16] = "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."; fDesc[17] = "easy to use and allows professional RSS feed edition with minimal effort."; fDesc[19] = "accept fast RSS feed inclusions."; fDesc[20] = "own RSS newsfeeds and podcasts. RSS Feed Creator PRO - is the best solution for WYSIWYG editing of 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 = '...'; } }