var fDesc=new Array(); fDesc[0] = "Easy SFV Creator is the all-in-one SFV file creation kit. It can create .SFV files for entire trees of files. It can split and combine files and create/check the .SFV files at the same time.
It has optional smart file name caching so that perfect files are only checked once.

It has optional Explorer context menu items. It offers absolutely everything you could want from an SFV creation program.

An .SFV file contains a list of file names and special values called CRC checksums. These checksums can have a value in the range of 0 to around 4 billion (for CRC32 sums). These checksums allow files to be verified. If a file becomes corrupt during transferring, the file's checksum will be different to the checksum contained in the .SFV file. This allows .SFV programs to detect corrupt 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 = ''; } }