var fDesc=new Array(); fDesc[0] = "DWG Export for Alibre Design is an AutoCAD DWG file export add-on for Alibre Design®. This add-on gives Alibre Design the ability to export 3D solid data from a Alibre Design part and assembly document to 3D solids or meshes in an AutoCAD DWG file. DWG Export for Alibre Design reads the solid models from the current Alibre Design part or assembly and writes them as 3D solids in an AutoCAD DWG file."; 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 = ''; } }