var fDesc=new Array(); fDesc[0] = "This Hotfix cleans up non-essential data from DWG files that have become bloated while copying and pasting from DWGs containing DGN linetypes. It will also prevent future occurrences of the file bloat issue from occurring.
This Hotfix applies to AutoCAD 2013, to Autodesk® AutoCAD 2014, and to related vertical products."; 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 = ''; } }