var fDesc=new Array(); fDesc[0] = "VectorDraw File Converter is an end-user application that gives you the ability to convert the most commonly used drawing documents (.DWG, .DGN and .DXF files) to the new VectorDraw format standards (VDML, VDCL) and vice versa. The utility exports the above graphic files to PDF, SVG and .DWF file formats. VectorDraw File Converter can also undertake multiple file conversions (e.g. *.dwg to *.vdml or *.dxf and vise versa). VectorDraw FileConverter Full has also the ability to export drawings into PDF documents.

Using this application, you can also choose the version of the format in which the drawing document will be exported (e.g. .DWG 2010 file, VDCL, .DXF version 14, .DGN file version 8 etc)"; 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 = ''; } }