var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "for access points, locate their position on a radar analyze the power of each item located, displaying their IDs and connect, an automatic mode.";
fDesc[4] = "very well-known format. The game consists in getting more than three balls of the same color together, once you do that all of the balls with the same color will disappear, but hurry up, because they will all go down, and when they touch the floor you will have lost the game.";
fDesc[5] = "situations, even disasters, for some populations and this has led to the development of life saving weather alert software like the WeatherBug Alert 1.3 program. This software is especially useful for you if you live in a weather zone in a US location";
fDesc[6] = "professionals, satellite communication users, astronomers, UFO hobbyist and astrologers. The program shows the positions of satellites at any moment (in real or simulated time).";
fDesc[7] = "between the rebellions and the empire, which is based on the Star Wars: Return of the Jedi film. Players should fight against TIE Fighters, Star Destroyers, TIE Interceptors, and finally, Executor – a Super Star Destroyer";
fDesc[8] = "fly the latest and faster airship the T-77 in order to fight and collect your objective. The game is simple to use and will guide you step by step during the game thanks to the cursors, radar, and other features that will appear when you need them.";
fDesc[9] = "You can analyze data from virtually any source. With add-on modules, you can tailor ERDAS IMAGINE to meet your specific requirements.";
fDesc[10] = "conflict that seems to come out of a news tv show rather than a book, despite having the script made by Dale Brown, an American famous writer and columnist who gives his imagination to the development of this game.";
fDesc[11] = "aircraft flying around your area? Imagine the thrill of organizing all those airplanes down to safety while avoiding mid-air collisions and flight delays? Then the Radar Screensaver is for you!";
fDesc[12] = "of Luke, in the driving seat, to destroy a death star with 30 rebel ships in the Battle of Yavin, which is based on the Star Wars film.";
fDesc[13] = "forecast, radar, maps and more! Comes with a FREE customizable Crawler Toolbar that has terrific plugins.";
fDesc[14] = "first time ever were nuclear bombs available for you to use in a video game. That was what sold the game back then. Fear, I would say. The game features one of the most advanced aircraft ever created, the F-22.";
fDesc[15] = "for more than 50,000 locations worldwide. WeatherMate offers you a simple and very easy to use interface with multiple customization options. You can use the metric or the English units and switch between them in no more than two clicks.";
fDesc[16] = "formidable air combat fighter aircraft. Players will find themselves in a highly detailed simulation of the MiG-29 Fulcrum 1.0 cockpit which features meticulous glass reflections and realistic dials and radar screen.";
fDesc[17] = "from the ground up to provide turn-key panchromatic, multispectral, and hyperspectral analysis of satellite and aircraft remote sensing data as well as end-to-end Radar (SAR) processing. ENVI provides an extremely powerful, innovative, and user-friendly environment to display and analyze images of any size and data type. A full suite of common image processing functions are accessed using an interactive point-and-click graphical user interface (GUI).";
fDesc[18] = "combination of lethal and grace. Aerosoft brings the flying experience to you with close to reality effects in this FSX. Fly the A, AM and C models with engines from General Electric and Pratt & Whitney.";
fDesc[19] = "Photo Slideshow Screensaver is a new version of Photo Slideshow Screensaver developed by Photo-Screensavers.com . This application will display all your image files when your computer has not been working for a while. The program will automatically pass one image after another with nice effects.";
fDesc[20] = "designed software for Toshiba products is easy to handle, even for those who are not techies. Also, it allows the advanced configuration of many settings of the network and communication devices with ease and comfort.";
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 = '...';
}
}