var fDesc=new Array(); fDesc[0] = "Finding files on hard drives can be a nightmare, and finding files on removable disks such as CD-ROMs, Zip disks and diskettes can be impossible. SuperCat lets you catalog all your disks, so you will never lose a file again. Designed to work with Windows Windows 98, NT4, 2000, and XP, SuperCat is an easy to use utility for cataloging, searching and managing removable disks (CD-ROM, Zip, Jaz, SuperDisk, etc.), diskettes, harddisks and network drives.

SuperCat is both easy to use for novice users, and has powerful features required by professional users like network administrators, etc.

Instead of swapping and searching all your disks, you can easily locate any file with a single mouseclick. An operation which used to take forever, can now be done in a few seconds. Other useful features include the ability to hunt down and find duplicates, browse your catalogs and drag and drop files from SuperCat to other programs.

The latest release of this award-winning program includes powerful export features, making it easy to export results to Word, Excel, XML, HTML and other formats."; 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 = ''; } }