var fDesc=new Array(); fDesc[0] = "Accel ViewTIFF is a Windows and Macintosh compatible plug-in and Active X Control for viewing TIFF images on most Internet web browsers. Windows: Accel ViewTIFF works well with Firefox, Internet Explorer, Opera and Netscape. Macintosh: Accel ViewTIFF works well with Firefox* and Opera.
Accel ViewTIFF will allow you to view, print and save single or multipage TIFF documents. No more retrieving and clicking print one page at a time to print a long TIFF document!"; 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 = ''; } }