var fDesc=new Array(); fDesc[1] = "security. There are three cleaning modes: Registry cleaner, Disk Cleaner, and Privacy Cleaner. System Cleaner also provides some extras like Autorun manager and some useful shortcuts."; fDesc[2] = "Physical Memory or Hard disk as Hexadecimal values, which is commonly used instead of the bit by bit approach. It is capable of displaying the contents of the partitions in the hard drive and lets us choose any data left over (like in forensic purposes)."; fDesc[3] = ", SHA1,SHA2, RIPEMD160,PANAMA,TIGER , CRC32,ADLER32 algorithms and the hash used in eMule/eDonkey(eDonkey2 000,ed2k). Good to check/compare files."; fDesc[5] = ", debugger,sniffer, it allows you to control, debug, monitor, sniff, test and analyze serial port activities with RS232/RS485/RS422/TTL converters."; fDesc[6] = "checksums of files and verify their integrity in the future."; fDesc[7] = "submitting the card number online. Credit Card Verifier can validate any VISA, MasterCard, Diners Club, Carte Blanche, EnRoute, American Express (AMEX)"; fDesc[8] = "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[10] = "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[11] = "comparing two md5 to each other to know if they match or not. It supports the English and the French language."; fDesc[12] = "algorithms, uses XML-based and Unicode-enabled checksum file format, and has the integrated checksum calculator. Supports the SFV and MD5SUM."; fDesc[14] = "values. The program also supports detecting duplicated files based on their MD5 hash value. You can export the results to many file formats."; fDesc[15] = "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 = '...'; } }