var fDesc=new Array(); fDesc[0] = "Rapid TIFF Page Count will show you how many pages are in many TIFF's and generate reports for you with a few mouse clicks.
Features include: count file size, pages & number of files, directory scanner for bulk files, file drag and drop support, save,load & append lists, continue counting from previous session, reporting options for text and csv files, sorting options, add and delete files or disable from use and much more."; 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 = ''; } }