var fDesc=new Array(); fDesc[0] = "WinCatalog Light provides basic cataloging functionality.

With WinCatalog Light you will never have to waste your time again. Process your CDs or DVDs with WinCatalog Light just once and from this moment on you will be able to find any file in a few seconds without the need to insert the disk in the drive!"; 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 = ''; } }