var fDesc=new Array(); fDesc[0] = "Axommsoft Tiff Split Merge is an app that allows you to manipulate TIFF files.

Main features:
- Add, split and delete tiff pages in a single program.
- Tool supports bulk tiff images for processing.
- Output can be saved in jpeg, gif, png, bmp or tiff format.
- Advanced output file name convention using macros.
- Easy to use by novice users, available with help manual.
- Tool supports all popular image formats includes FAX, TIFF, GIF, DCX, TIFF, PNG, BMP, EMF, WMF, TGA etc."; 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 = ''; } }