var fDesc=new Array(); fDesc[0] = "Tiff FixIT is a Windows program that lets you fix multi-page TIFF files. It is an ideal companion to any document management and document archival system that uses TIFF files. The program allows you to add pages, re-arrange pages, exclude pages of multipage TIFF files. You can also make text annotations, like Bates stamping, and add watermarks to the pages, individually or by range. You can make black or white redactions, deskew, rotate, invert and clean up the borders."; 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 = ''; } }