var fDesc=new Array(); fDesc[0] = "WinCatalog is a cataloging tool for disks, files, folders and any non-file objects. It can automatically read data from any media plugged to the computer including DVD/CD, flash drives, or hard drives. Once created, a catalog allows you to instantly search for disks, files, folders and other catalog elements without opening the source media."; 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 = ''; } }