var fDesc=new Array(); fDesc[0] = "Fix CRC errors in .zip files so that data can still be uncompressed
Support for huge file sizes up to 4GB (as long as you have the disk space)
Can fix both Zip files and self-extracting files
Check data integrity and fix incorrect CRC values in the archive
Support to repair Zip files on corrupted medias, such as floppy disks, Zip disks, CDROMs, etc.
Support drag & drop operation.
Support command line parameters
Robust recovery engine
Full automation of recovery process
Clear intuitive interface
Extract files from a damaged zip file
Repair the whole zip file
Create new or edit existing zip files
Create self extracting zip files
Repair spanned Zip volumes even when one or more volumes are 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 = ''; } }