var fDesc=new Array(); fDesc[0] = "SendTo MD5 is a small application that allows you to calculate and compare MD5 checksums of files or strings.

With SendTo MD5 you can easily check the integrity of files, compare different MD5 hashes or simply check if two files are identical.
Additionally you can search files with specific MD5 hash and benchmark the time it takes to calculate MD5 hash from specific file."; 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 = ''; } }