var fDesc=new Array(); fDesc[0] = "Convert PDF to Word, Excel, Image, PS with the PDF Converter!
Let your business go uninterrupted with PDF Converter software. It is an easy-to-use tool to convert PDF files to Word (.doc and .rtf), Excel, Images (JPEG) and Postscript documents. Armed with the PDF Converter tool you can quickly convert files following a smooth conversion process. The latest OCR (Optical Character Recognition) feature enables you to convert the scanned PDF files into editable flowing 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 = ''; } }