var fDesc=new Array(); fDesc[0] = "PDF Converter Pro can Quickly convert 500 + file formats to pdf File Format. Including Microsoft Word (DOC, DOCX), Microsoft Excel (XLS, XLSX), Microsoft PowerPoint (PPT, PPTX), Microsoft Visio (VSD), Microsoft Works (WDB, WPS, DOCX, XLSX), AutoCAD (DWG, DXF, DWF), CorelDraw (CDR), Corel Presentations (SHW), WordPerfect (WP5, WP6, WPD, WPF), WordStar (WS), DocuWorks (XDW), QuattroPro (WB1, WB2, WQ1), Rich Text Format (RTF), Text Format (Txt), Hyper Text Markup Language (Htm, Html), Windows Bitmap (BMP), JPEG Compressed Image (JPG, JPEG, JP2) etc File Formats to PDF Formats. You can set individual or all of the PDF open password. PDF Converter Pro is a multilingual software, including English, Chinese, German, French, Italian, Japanese and Very user-friendly interface and easy to use. Very quick in read speed and no quality is lost!"; 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 = ''; } }