var fDesc=new Array(); fDesc[0] = "Imagistik Image Viewer is an image viewer for TIFF, JPEG, GIF, PNG, BMP, and EMF formats. It supports multipage TIFF files, thumbnail display of pages, panning (useful for large images), printing, e-mail, image information, and optional conversion of image files to PDF format. The program also includes a link to an optional OCR addon. Imagistik features an uncluttered screen and easy-to-use navigation."; 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 = ''; } }