var fDesc=new Array(); fDesc[0] = "The TIFF Viewer & Plug-in allows users to view, print, scan, batch scan, upload to SharePoint, save to PDF, email, OCR, annotate and edit any TIFF image on the Web or to open and view TIFF files on your computer. The Black Ice TIFF Viewer includes both a browser plug-in and a standalone TIFF/Image Viewer.

Black Ice Tiff Viewer comes with advanced PDF reading capabilities, allowing users to open eFax and Image PDF documents. The TIFF Viewer is a seamless solution to open Image PDF documents from eFax or from other online fax providers, and directly view, annotate, print or email the faxes!"; 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 = ''; } }