var fDesc=new Array(); fDesc[0] = "Advanced File Calculator is a cryptographic data hash calculation software for files. Simply drag and drop files in this calculator and hash string for the files will be displayed on the fly. Supported cryptographic hash calculation algorithms include CRC32 control sum, GOST hash, MD2, MD4, MD5, SHA-1, HA2 (256), SHA2 (384), SHA2 (512). You may copy separate hash string corresponding to the file contents data or export them in to text file for future use. This software is capable of up to 1000 concurent hash calculations. Webmasters can also benefot from this utility to calculate and place MD5 hash strings values on their website to verify the integrity of the data."; 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 = ''; } }