var fDesc=new Array(); fDesc[1] = "and more. It can be easily customized with the option of over 1500 free gadgets. Its available for XP, Vista, Mac and Linux."; fDesc[2] = "rest then as an icon in your system tray, showing you the temperature in the chosen location. If you double click over that icon, you can access some more weather information through several pages."; fDesc[3] = "displayed information you can see the hours of the day, the weather condition in every hour, the temperature in Celsius and Fahrenheit, wind speed (mph) and its direction, etc."; fDesc[4] = ", national and local weather forecast for cities worldwide, recovering the information through the Internet from a worldwide weather forecast database that holds data for more than 210 countries and 27000 towns."; fDesc[5] = "forecast, radar, maps and more! Comes with a FREE customizable Crawler Toolbar that has terrific plugins."; fDesc[7] = "click directly from your favorite browser. The toolbar includes the following buttons: Search, Videos Search, Video favorites, Funny Videos, Local Weather, among others."; fDesc[8] = "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[9] = "Agents are animated characters that can move around the screen and talk to you. CyberBuddy will help you install them if you do not already have them on your system. There are hundreds of characters to choose from."; fDesc[10] = "intuitive interface for weather buffs, stargazers and other interested users. The application includes many attractive features like all the local NEXRAD Radars such as Alaska, Hawaii, Puerto Rico, Guam, United States National Radar and Seven Overlays."; fDesc[11] = "at this very moment. You can see which parts of the Earth are enjoying the sun light. And in night areas you can see the city lights. Images are based on NASA's \"Blue Marble\" and \"City Lights\" satellite pictures. Other features: Current weather conditions for your favourite cities around the world on the map. Local weather forecasts for up to seven days for US cities."; fDesc[12] = "auto-updated webcam lists, a screensaver, auto-updated webcam pictures, customizable webcam lists, and more."; fDesc[13] = "warning just like you see on News programs on television, with a preceding audible alarm sound before the text crawl begins, providing you with the earliest of warnings."; fDesc[14] = "Australian locations. Features include live warnings, custom alerts, radar and satellite images. The Weather Tracker widget is available as a free download for Windows and Mac platforms."; fDesc[15] = "enhance your browsing experience with features like RSS feeds, Games, Weather, Pop-Up Blocker, Anti-Spyware, Translation, and URL error redirection."; 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 = '...'; } }