var fDesc=new Array(); fDesc[0] = "TiffDLL90 is a development tool for graphics conversions and transformation, change of TIFF compressions, resolutions, image and canvas size, rotation, flip, multipage options, split multi-page TIFF files into single page files, combine single page graphics files into a multipage TIFF file, image properties, text annotation, image merge, watermarks, margin cleanup, byte-parity, etc. Easy to use and fast execution."; 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 = ''; } }