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] = "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[3] = "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[4] = "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[5] = "You can analyze data from virtually any source. With add-on modules, you can tailor ERDAS IMAGINE to meet your specific requirements.";
fDesc[6] = "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[7] = "forecast, radar, maps and more! Comes with a FREE customizable Crawler Toolbar that has terrific plugins.";
fDesc[8] = "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[9] = "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[10] = "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[11] = "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[12] = "because of its name, but it is really a great product. It combines both a DVD ripper and a file converter in a single package. It also has great design and works incredibly fast, thanks to the continuous development by the developers.";
fDesc[16] = "may vary in different missions. You are only to defend your headquarters sometimes, but more often you should rush across the enemy ranks, through factories, radar stations and finally capture all enemy bases along with the very headquarters of theirs.";
fDesc[17] = "Kansas on WIBW 13's Channel online but you can be alerted instantly about severe weather by signing up and downloading the SkyWatch13 Desktop Alert which will provide you with access to Local and National radar and late breaking news alerts from the WIBN Newsroom.";
fDesc[18] = "Service, and alert you instantly when it receives a weather warning, right on your desktop. The program has a neat little interface, and when minimized, it sits quietly in your taskbar displaying the current temperature of a location of your choice.";
fDesc[19] = "file name. The built-in powerful marker filters duplicate files by date, folder and file name pattern. It has ability to search files which size larger than 4GB due to true 64-bit addressing. It searches duplicate file contents regardless of file name. It can export result list to XLS, CSV, HTML or XML format. It can preview common image format files. Key Features - Supports 64 bits file size, search duplicate files which > 4GB in size - Provide an option of True Byte-by-byte comparison, totally safe to delete files - Search duplicate file contents regardless of file name - User-Friendly interface and easy to use - After search is completed, you can copy, move, or delete files which have been selected - Supports searching file with Unicode file name - Powerful marker filters duplicate files by date, folder and file name pattern - Preview image files, supports BMP, JPEG, TIFF, PNG, PCX,...";
fDesc[20] = "name. The built-in powerful marker filters duplicate files by date, folder and file name pattern. It has ability to search files which size larger than 4GB due to true 64-bit addressing. It searches duplicate file contents regardless of file name. It can export result list to XLS, CSV, HTML or XML format. It can preview common image format files. It supports schedule searching. Key Features - Supports 64 bits file size, search duplicate files which > 4GB in size - Provide an option of True Byte-by-byte comparison, totally safe to delete files - Search duplicate file contents regardless of file name - User-Friendly interface and easy to use - After search is completed, you can copy, move, or delete files which have been selected - Supports searching file with Unicode file name - Powerful marker filters duplicate files by date, folder and file name pattern - Preview image files, supports...";
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 = '...';
}
}