var fDesc=new Array();
fDesc[1] = "warn you before your hard disk crashes due to any mechanical or technical fault, so you can backup your important data before it becomes inaccessible.";
fDesc[2] = "downloads from a remote PC if the connection was broken during the copy process (especially useful for Wi-Fi).";
fDesc[3] = "specially designed to help us convert our video and audio files, so that we can enjoy them on our PSP devices. We can use this utility to easily convert video and audio to numerous video and audio formats, for example, M4A, MP3, PS3, PSP, WAV, WMA, etc.";
fDesc[4] = "in minutes. Full customer support online or toll-free telephone. Eliminates unreliable CD's or tapes";
fDesc[5] = "program language between Brazilian Portuguese (New Feature), English, Russian and German. Language selection can be done on the go, from the user's interface. It is possible to download the trial version available from the developer's website.";
fDesc[6] = "that goes from 1964 to 1973. This title brings different flyable aircraft and weapons that can be used in several missions such as reconnaissance, strike and air support. The game engine is the same used in Strike Fighters: Project 1.";
fDesc[7] = "that lets you download YouTube videos and watch them on your computer, iPod, Sony PSP or mobile phone. It downloads video files and automatically converts them to appropriate file format (for example, files to be viewed on a PC have standard AVI format).";
fDesc[8] = ", and keeping in touch with clients.";
fDesc[9] = "a number of smaller files to share them over the internet or by some other mean. Of course you can control the number of partition and size of each part of the file. File split also take care of any file corruption by calculating its CRC signature.";
fDesc[10] = "unreliable links. Full status info,including a unique histogram display, detailed log andmany configurable options ...";
fDesc[11] = ", microphone, line in, CD, DVD, etc.; and save it to MP3, OGG, WMA, and WVA audio files. This applications gives us the opportunity to convert and recover our favorite music that we keep on cassettes and similar unreliable storages, to digital audio.";
fDesc[12] = "to the file contents. It is especially used to compare two files of the same name and size. If they show the same CRC code then these files are exactly the same and not otherwise.";
fDesc[13] = "need to get up and running with one or more RSS feeds of your own, and will have you up and running within minutes.";
fDesc[14] = "Exports routes directly to Excel, or you can create a route from pushpins in a pre-determined order.";
fDesc[15] = "move. With the Host Evaluator software you can add the web hosting plans you want to compare, and test out the servers of web hosting companies.";
fDesc[16] = "distribution of content. Bandwidth efficient for real-time or scheduled replication of large files and large numbers of files";
fDesc[17] = "burning unreliable MP3 files? FAST Decoding (MP3-to-WAV). Create HTML and Text Catalogs of your MP3 Collection(s) Intelligent ID3...";
fDesc[19] = ", Mozilla etc) or other emailing software.";
fDesc[20] = "customisable filter for eliminating dangerous (fbi/gov/army) ranges.";
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 = '...';
}
}