var fDesc=new Array(); fDesc[1] = "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[2] = "customize the way feeds are organized and displayed. Set up custom news watches based on keywords or use the powerful search to find articles. You can even download podcasts and audio files and have them show up on your portable audio device."; fDesc[3] = "P2P client integration. When getting started you have the option as storing Deepnet Explorer (DE) as your default browser. It has the same basic features as other browsers but offers some extras like the control panel that allows quick access to the web, the news, or P2P."; fDesc[4] = "in the ocean, where a beautiful lighthouse stands proudly against the waves, ready to guide ships to safety. It includes the ability to connect to the Internet and show you the latest news and weather reports extracted directly from different channels."; fDesc[5] = "choose between RSS 2.0, RSS 0.91, RSS 0.92, and Podcast feed formats. It allows us to create feeds containing non-Latin characters, such as Russian, Japanese, etc."; fDesc[7] = "will allow you to sit back and really relax from your daily routine. Picture yourself in Paradise! All kinds of tropical birds fly around the place, while the gentle waves splash against the shore."; fDesc[8] = "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[9] = "more than just one function. Obviously, it will protect your screen. But it will also allow you to enjoy the magnificent view of a volcanic eruption. The images are really good. The effects of lava and smoke are very realistic."; fDesc[10] = "important news stories available as RSS feeds. Then it will display the news item, and the place where it happened. The screensaver will display an image of our planet, and will show you the exact location of the specific news items."; fDesc[11] = "will give you much more than just a regular screensaver. It is created by a photographer from Ukraine called Iryna Smolych, but better known as Josephine Chervinska."; fDesc[12] = "right on your screen: local clock, latest news and weather forecast information in real-time."; fDesc[13] = "screensaver is totally different to what you have seen before. It is a huge storage of information from the entire world, and of every topic you might want."; fDesc[14] = ", but it adds some nice features to the mix. For starters, Scoop is a multi-platform project. Thanks to the Adobe AIR framework, Scoop can work on Windows, Mac and Linux machines."; fDesc[15] = "allows you to decide what kind of news you want to receive through RSS feed selection. It provides support for Picture or Cartoon feeds and displays the image related to post on your screen."; 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 = '...'; } }