var fDesc=new Array();
fDesc[1] = "think and keep you up playing and learning for a long time. There are two different modes to play. The twister mode or the quizzler mode. The twister mode will show you a sentence with a blank space you will have to complete with the letters it shows you.";
fDesc[2] = ", SHA1,SHA2, RIPEMD160,PANAMA,TIGER , CRC32,ADLER32 algorithms and the hash used in eMule/eDonkey(eDonkey2 000,ed2k). Good to check/compare files.";
fDesc[3] = "This allows you to use your favorite applications to edit files and save them directly to the server.";
fDesc[4] = "design and highest performance and security for the Windows platform by utilizing multiple CPUs/CPU-cores.";
fDesc[5] = "assure that the file has not been altered or damaged. The application is able to create a checksum based on several hash routines, so if you are planning to distribute a CD and want to offer a convenient way to check the integrity of the files, this application can help you a lot.";
fDesc[8] = "choose \"MD5 Calculator\" to instantly get the md5 value for that file . MD5 is now commonly used by webmaster of downloadable programs on the their websites to ensure their content is not infected or modified in anyway.";
fDesc[9] = "algorithms, uses XML-based and Unicode-enabled checksum file format, and has the integrated checksum calculator. Supports the SFV and MD5SUM.";
fDesc[11] = "program later for verifying that the file was not changed . The program also supports command-line arguments.";
fDesc[12] = "vicinity. This lightweight application provides the positions of various objects of the solar system. All the data is presented in two groups in the program's main window.";
fDesc[14] = ", security protected access for multi users. Secure File Upload, Remote Admin, Configuration Wizard, Resumable Downloads and Digest Authentication.";
fDesc[15] = "administration scheme, separate upload/download speed limits, storage quotas, dynamic DNS, and compression.";
fDesc[16] = "Speaking Mailer solves this problem: You can do some work while the Speaking Mailer will speak to you E-mail messages. You will not listen to advertising signatures in messages Because the Speaking Mailer will filter it. The Speaking Mailer can also fast generate quality-adjustable MP3 or WAV files from E-mail messages for playback on your iPod, Pocket PC, or any other portable music player. The Speaking Mailer is E-mail client style tool for non-stop speak E-mail messages from popular E-mail clients such as Outlook Express or Eudora. The Speaking Mailer has a powerful analysis algorithm of advertising in E-mail messages. You can use Speaking Mailer for viewing,editing and converting E-mail messages from popular E-mail clients. One of base feature is Ability to display the messages saved in separate .eml files as though they were in E-mail client folders. This is very convenient if you...";
fDesc[17] = "two directories can not be directly compared.";
fDesc[18] = "reliable algorithms: MD5 (Message-Digest Algorithm) and CRC32 (Cyclic Redundancy Check) - both of which are used worldwide for checking integrity of the files.";
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 = '...';
}
}