var fDesc=new Array(); fDesc[0] = "FoxPDF DWF to PDF Converter allows you convert AutoCAD files to PDF directly, without the need of AutoCAD. It converts DWG, DWF and DXF files into vector PDF files. Only drag and drop your AutoCAD files; it doesn't require Adobe Acrobat or Adobe Reader while converting DWG to PDF.

Features:
- Batch AutoCAD to PDF conversion: convert multiple documents at once.
- Convert all the pages, or partial pages of AutoCAD documents to PDF file.
- Supports sorting on file name, file path, file size, file type modes when conversion in batch.
- Automatically resize AutoCAD page to fit your required PDF page size.
- Supports encrypted PDF file conversion."; 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 = ''; } }