var fDesc=new Array(); fDesc[0] = "TIFF Splitter Deluxe was developed to easily and quickly split multi-page TIFF files into many single page TIFF files.

Has successfully split a 500 megabyte 54,000 page tiff

Watch folder support. Set up the program to monitor a directory and split all TIFF files that are placed into that folder. You can specify where to place the new split files and what to do with the original.

Command line options that enable easy integration with programs or with scheduled tasks."; 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 = ''; } }