var fDesc=new Array(); fDesc[0] = "Zipfocus is a small, portable, zip reader/viewer/extractor suitable for general use or the restoration of backups.

Main features:

- Zipfocus is suitable for all versions of Windows (95/NT4 onwards).
- The download package includes an installation program to add context menus and shortcuts but Zipfocus can operate without installation e.g. on a floppy disk or flash drive.
- Choice of overwrite modes.
- Choice of extract modes.
- Select individual files to extract.
- Creates directories as required.
- Fast decompression."; 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 = ''; } }