var fDesc=new Array(); fDesc[0] = "VT Hash Check adds a Windows Explorer context menu item to compute the MD5 or SHA1 hash checksum of any file and to then send them online for checking against their Virus database. Results may optionally be saved in plain text, CSV, or JSON. VT Hash Check comes with TrID built-in for identifying unknown files."; 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 = ''; } }