var fDesc=new Array(); fDesc[0] = "Extreme Catalog Pro is designed to help you maintain and organize all collection of your CD-ROMs, audio CDs, hard disks, removable disks.

The program catalogs, contents of your media, imports descriptions and thumbnails, and makes it available for offline browsing and searching. Extreme Catalog Pro is ideal to handle your downloaded programs, magazine CD-ROMs or DVD-ROMs, music collections like MP3s or audio CDs, graphics collections, documents and all other types of files. You can access the contents of your collection from the cataloged database, even if the media itself is not available on the system – you can browse lists of files and folders, search by any criteria, use descriptions, thumbnails, categories, flags, etc."; 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 = ''; } }