var fDesc=new Array(); fDesc[0] = "With the help of Quick PDF Converter you can convert a file from PDF to Word easily without affecting original formatting of that file after conversion; its tables, images, rows and columns are maintained in same format as present in source PDF file. With its new OCR (i.e. Optical Character Recognition) feature, you can also convert your scanned PDFs into text format."; 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 = ''; } }