var fDesc=new Array(); fDesc[1] = "your Web Browser and provide you with tools that will help make your searches more efficient. Ask Toolbar works with both Internet Explorer and Mozilla Firefox. There are different versions for each browser, though."; fDesc[2] = "and more. It can be easily customized with the option of over 1500 free gadgets. Its available for XP, Vista, Mac and Linux."; fDesc[3] = "functionality at the reach of your mouse pointer. It was first designed to allow the user to control Daemon Tools Lite from the browser. But, apparently, they had some free space to use and decided to add some more features."; fDesc[4] = "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[5] = "alerts and forecasts. You can choose Forecast, and access the weather information for the oncoming days. You can also view Radar & Maps, Severe Weather Warnings, Live Traffic Cams, Weather News, Outdoor Health, Weather Fun, Photos and Videos."; fDesc[6] = "information from WeatherBug weather stations, or as reported by NWS. It retrieves the current conditions, hourly forecast, daily forecast, severe weather alerts from NWS (only in the US), and weather maps for thousands of cities world-wide."; fDesc[7] = "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[8] = "installing it, the program asks you your location, in order to display the matching weather information. You can select a location in a wide list of locations in Canada or the United States, or in main cities in the rest of the world."; fDesc[9] = "weather forecast of the searched city. You can search your city by typing city name or zip code. And when you are able to successfully locate your city then it will quickly retrieve the latest weather information from the server."; fDesc[10] = "seated in your system tray. If you want to get the latest weather conditions, local time, temperature or time in a different place of the world, all you’ll need to do is to take a look at the bottom-right corner of your screen"; fDesc[11] = "information from The Weather Channel site. The program lets you watch satellite images and video from around the globe, share images with your friends and family, or simply stay updated on current and expected weather conditions."; fDesc[12] = ", 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[13] = "external resources to get even more information. Weather Exchange can display some maps from United States, Central/South America, etc. showing temperature, humidity, windchill and more."; fDesc[14] = "desktop and in your system tray. It connects to weather.com servers to fetch the data. It is fully skinnable, extensible via plugins, and multilanguage. Requires .NET framework 2.0."; fDesc[15] = "can be used for comprehensive monitoring, analysis of weather, and for displaying the weather data. It has got many unique features such as: providing different types of colorful gauges, graphs and charts, etc. for displaying the data."; 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 = '...'; } }