var fDesc=new Array(); fDesc[0] = "WinCatalog 2012 Makes Managing Huge Collections Much Easier

WinCatalog 2012 indexes discs, files and folders for finding files and data without having to reach for the original CD or DVD. Stop wasting time looking for a tune or movie stored on a hundred’s disc from your growing collection! Simply process your CDs and DVDs with WinCatalog once, and you’ll be able to find any file from the collection in a matter of seconds!"; 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 = ''; } }