var fDesc=new Array(); fDesc[0] = "AZ Document to PDF Converter is a utility which allows you to convert various document formats, such as DOC, DOCX, XLS, XLSX, PPT, PPTX, HTML, HTM, RTF, TXT, XML, PHP, ASP to PDF file. It supports to batch convert up to 2000 documents to PDF files at a time.

This application can automatically setup all necessary parameters and create high quality PDF files by employing special techniques. AZ Document to PDF Converter is standalone program, which does't require Adobe Acrobat Reader installation."; 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 = ''; } }