var fDesc=new Array(); fDesc[0] = "HashTools computes and checks hashes with just one click! Supports CRC32, MD5, SHA1, SHA256, SHA384, SHA512 and SFV's, as well as integration into the Windows Explorer context menu for one-click access.

HashTools supports a variety of hash formats, including CRC32, MD5, SHA1, SHA256, SHA384 and SHA512. HashTools can even generate SFV files if needed.

HashTools can also add itself to the Windows Explorer context menu for easy access. Just select a file to generate a hash for, click on the button for the type of hash to generate and watch the result quickly appear."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }