var fDesc=new Array(); fDesc[0] = "ChiefPDF PDF to Tiff Converter is an easy-to-use pdf converter tool that does not need any acrobat program support. It can batch convert pdf files to tiff files quickly and supports all versions of pdf. With the help of this application you can create professional-quality tiff format files.

It supports true color, grayscale and black/white tiff format and provides almost all tiff compressions, such as CCITT G3, CCITT G4, RLE, PACKBITS, JPEG and LZW etc."; 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 = ''; } }