var fDesc=new Array(); fDesc[0] = "TiffSurfer is an affordable, easy-to-use plug-in that not only displays Tiff images but allows use of your Internet browser to preview these images by scanning through thumbnails or groups of pages. This powerful tool provides image viewing, manipulation, annotation, redaction, stamping, cleaning, printing, PDF generation, reformatting, barcode recognition, copy to clipboard, text recognition and output. It can even scan and capture new pages using most scanners."; 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 = ''; } }