var fDesc=new Array(); fDesc[0] = "DWG DXF Converter lets you batch convert DWG Files into DXF files and vice versa without AutoCAD. It is also an AutoCAD drawing file version converter supporting both low to high and high to low conversions. Active DWG DXF Converter Supports versions from AutoCAD R2.6 to the latest version AutoCAD 2013.

Features:
- Converting DWG to DXF.
- Converting DXF to DWG.
- AutoCAD DWG DWG Version Conversion.
- Command Line Supported."; 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 = ''; } }