var fDesc=new Array(); fDesc[0] = "Batch fax2tif is a smart and professional fax to tif tiff converter, enables you to convert Faxwizard FMF, WinFax FXD FXM FXR FXS, BitFax BFX, MS AWD, APRO MightyFax APF, CALS CAL CG4 IMG MIL GP4 RAS, B&W DCX BMP, Zetafax G3F G3N, Image System IG4, Kofax Ascent Capture DS, Xerox Edmics-mmr ED, Quick Link QFX, raw fax like g3 g4 mh mr mmr fax files, and all other group 3, group 4 compressed fax files, etc, to tif tiff images in batches.

Auto-detect and convert following fax formats to tif tiff images in batches:

- convert APRO, MightyFax, Fax2000, etc, *.apf fax to tif tiff images
- convert MS *.awd fax to tif tiff images
- convert BitFax (Bitware Fax) *.bfx fax to tif tiff images
- convert black-white (B&W) Bitmap *.bmp fax to tif tiff images"; 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 = ''; } }