var fDesc=new Array(); fDesc[0] = "Any DGN to DWG Converter batch converts DGN files to AutoCAD DWG/DXF files.

Main features:
- Converts DGN to DWG and DXF.
- Standalone program, AutoCAD and MicroStation are not required.
- Outputs AutoCAD R2.5 to AutoCAD 2016 DWG/DXF file.
- Supports MicroStation DGN V7 and V8.
- Batch conversion, allows you to convert an unlimited number of DGN files at a time."; 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 = ''; } }