var fDesc=new Array(); fDesc[0] = "Checksum Control uses a simple wizard interface to walk through the process of creating or verifying sets of files. It has advanced options on handling renaming of bad files and how to handle the files in memory as it is processing.
The program was developed to verify and write checksumfiles. It supports SFV and MD5 , even some exotic MD5 file types."; 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 = ''; } }