var fDesc=new Array(); fDesc[1] = "directly onto your desktop. Unlike other newsreaders, MediaTicker gives you a visual perspective on your RSS feeds by displaying content in both text and thumbnail image format. Features include: Watch photo memories and RSS feeds fade in and out or subtly scroll across your screen. Click any thumbnail image or headline to view the full-size picture or website. Send photos via email, set them as your desktop background, print in multiple sizes. Add to your ticker the latest news, sports, headlines, cartoons, photos and more from sites like Flickr, Yahoo and MSNBC using RSS. Save images from RSS feeds to your hard drive by pressing the \"Save\" button in the full-size photo display.* The unique docking “sidebar mode” keeps the photos on your desktop without interfering with other application windows."; fDesc[2] = "newsgroups and Web. NewzCrawler includes podcast receiver and has built-in blog client."; fDesc[3] = "screen. The application is in an early production stage, but it shows that it has a lot of potential. The looks of this application are certainly a match for commercial-grade application."; fDesc[4] = "securities data, research and analysis capabilities. Includes all of the features to help you make money in the markets."; fDesc[5] = "informed in the same way as those ticker bars known from various TV stations. Never miss any breaking news!"; fDesc[6] = "sources. But checking news from various RSS or Atom feed sources is boring and time consuming. Now, with NewsPiper there is no need to hunt for news here and there and no need to check different RSS or Atom feeds one by one."; fDesc[7] = "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[8] = "Research, News statistics, Rating news, News Statistics and News Rating Charts. Automatic monitor of more than 8000 stocks."; fDesc[9] = "programming skills."; fDesc[12] = "closed in normal operation, only the newsline is displayed. Line position and size, scrollspeed, colors and fonts can be set. Quick-configure-button s to set it to the top or bottom of the screen. Left-click on a headline to display more information. Right-click for this menu. Middle-click to stop automatic scrolling and enable mouse-wheel scrolling. Always on top of other windows. Free trial version that does not expire."; fDesc[13] = "other PCs within a company. Integrates fully with Active Directory, allowing for rapid installs"; fDesc[15] = "at that time. This program combines RSS reader, news aggregator and news ticker in one environment. It scans your favorite news sites (like cnn.com, yahoo.com, etc.), retrieves news headlines and shows them in a special always-on-top window (News Window)."; 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 = '...'; } }