var fDesc=new Array(); fDesc[0] = "If you spend too much time finding a picture or a file on your hard disk or your CDs, just let Tri-CATALOG analyze them once, and you'll recover them in a wink. Tri-CATALOG was build to save a list of the contents of your folders, local and remote disks, CDs, DVDs, etc., in its database so that you can locate them quickly and easily."; 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 = ''; } }