var fDesc=new Array(); fDesc[0] = "Using this program, you can convert PDF files into .rtf or Word format in almost no time. You can extract images, do file conversions in various languages, large files can be converted and select output format too. Instructions referred in the tool will lead you strategically to carry out the process of conversion at the best speed."; 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 = ''; } }