var fDesc=new Array(); fDesc[0] = "Camel Disc Catalog is a nice CD catalog software that generates a computer database to keep track and find any disk in a snap. Just insert the disk into your CD-ROM drive and scan it. The program will automatically index the structure of files and folders, record file names and create a disk snapshot. Once the disk is scanned, you add it to the database and assign to a particular category – ‘Video’, ‘Music’, ‘Photo’ or ‘Software’. You can then add additional comments to the snapshot, such as its location in the house or the name and contacts of your pal who you lend out your disk. When you need to find the disk, run Camel Disc Catalog, browse to the snapshot and see where you put it or who borrowed the disk. Not bad, huh?"; 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 = ''; } }