var fDesc=new Array(); fDesc[0] = "Foundstone’s Hash Calculator is a Fiddler Extension that allows you to calculate hashes (MD5, SHA-1, SHA-256, SHA-384, and SHA-512) for input strings. Fiddler is a web debugger that allows you to capture HTTP(s) traffic on any system or platform. This download copies "FS_Hash_Calculator.dll" file inside Fiddler 2 installation folder."; 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 = ''; } }