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] = "design and highest performance and security for the Windows platform by utilizing multiple CPUs/CPU-cores."; fDesc[5] = "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[6] = "algorithms, uses XML-based and Unicode-enabled checksum file format, and has the integrated checksum calculator. Supports the SFV and MD5SUM."; fDesc[8] = "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[9] = "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[10] = "reliable algorithms: MD5 (Message-Digest Algorithm) and CRC32 (Cyclic Redundancy Check) - both of which are used worldwide for checking integrity of the files."; fDesc[11] = "two directories can not be directly compared."; fDesc[12] = "comprehensive interpretation of any and every dream of yours. All you need to do is search from a vast list of dream symbols that you may have dreamt"; fDesc[13] = "files. You can group files by name, size, checksum, and/or digest. And use seven different methods of deleting to clean up quickly."; fDesc[14] = ", digest as well as three additonal methods. And use seven different methods of deleting to clean up quickly."; 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 = '...'; } }