var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "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[4] = "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[5] = "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[6] = "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[7] = "& predictor tool, plus personal scan zone and a distance measuring tool. Email, pager/cell phone alert";
fDesc[8] = ", traffic, age, process EXE, status). Includes IP-Lookup Tools, Network Statistics, Remote Access Server, Rules, Port Database. It's Internet radar.";
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] = "taskbar displaying your local temperature, but if a severe weather warning comes in, 11 News Alert will play a sound to catch your attention and display a text crawl across your computer's screen";
fDesc[12] = "SMTP, POP3, FTP, TCP. It can log the server performance, generate real-time reports, and notify you upon detection of problem or error.";
fDesc[13] = "information, State Radar, and an 8 Day Weather Forecast as well as State Satellite weather information, covering the communities of Tennessee and the wider region. This important coverage enables WVLT-TV to provide up to the minute severe weather alerts";
fDesc[14] = "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, TGA,...";
fDesc[15] = "character that it can download new wallpapers from Internet automatically every day!";
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 = '...';
}
}