var fDesc=new Array(); fDesc[0] = "A freeware utility to calculate the hash of multiple files. This is a 128-bit number usually expressed as a 32 character hexadecimal number. It can be said to be the 'signature' of a file or string and is used in many applications, including checking the integrity of downloaded files. Duplicate Cleaner can use hashes to compare files. This compact application helps you quickly and easily list the hashes of your 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 = ''; } }