var fDesc=new Array(); fDesc[0] = "TIFF Combiner is a tool to combine many TIFF documents into one multi-page TIFF. TIFF combiner has easy to use interface to combine TIFF files. You can set order of files before merging into Single TIFF.

Main features:

- A simple, flexible and powerful interface.
- Easy to use interface with minimum learning curve .
- Supports Compressed TIFF Files.
- You can set order of new combine or merged file.
- Use other image format like JPG, PNG, GIF and BMP
- Add or Insert any page from TIFF file in batch mode.
- Windows Context Menu Support (Windows version only).
- Command line version also available (Windows version only)."; 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 = ''; } }