var fDesc=new Array(); fDesc[0] = "DGN to DWG Converter is a powerful and easy-to-use program that can batch convert DGN files in v7 and v8 formats into native AutoCAD DWG and DXF files. The program supports AutoCAD DWG and DXF formats from R14 to 2014, MicroStation V7 and V8 DGN format."; 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 = ''; } }