var fDesc=new Array(); fDesc[0] = "Simple file verification (SFV) is a file format for storing checksums of files in order to verify the integrity of files. SFV can be used to detect random corruptions in a file, but should not be used for checking authenticity.FlashSFV is a free tool that allows you to open and create SFV files, verifying them and determining if you have corrupt parts, in addition to which parts are bad or missing."; 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 = ''; } }