var fDesc=new Array(); fDesc[0] = "The Autodesk® Architectural Desktop 2006 Object Enabler is a freeware application that allows object data created in Autodesk Architectural Desktop 2006 to be accessed outside the Autodesk Architectural Desktop environment.
If a drawing includes architectural objects from a previous release of Autodesk Architectural Desktop, and it is saved from an Autodesk application with the Autodesk Architectural Desktop 2006 Object Enabler installed, those objects are converted to the newer versions specific to Autodesk Architectural Desktop 2004, 2005 and 2006."; 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 = ''; } }