var fDesc=new Array(); fDesc[0] = "Okdo Tif to Word Rtf Converter is an easy-to-use and fast converter for you which is designed to batch convert .tif to your editable .doc, .docx, .docm, .rtf files preserving the original layout.

Main features:
- Custom the page margin.
- You can add the whole folder to convert.
- You can set to open the output folder when conversion finished.
- Support save output files in the same folder as source files.
- Support convert each file to separate directory within output folder."; 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 = ''; } }