var fDesc=new Array(); fDesc[0] = "Tiff to Text III has all the functionality of Tiff to Text with the added capability of monitoring a file folder hierarchy and allowing the user to select Searchable Tif, Txt or PDF output. The PDF output will contain the text on the page, but will not be aligned with the words. Making searching for pages acceptable, but not for searching the words on the open page."; 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 = ''; } }