var fDesc=new Array(); fDesc[0] = "The Autodesk® Mechanical Desktop® 2009 Object Enabler is a freeware application that allows object data created in Autodesk Mechanical Desktop 2009 to be accessed outside the Autodesk Mechanical Desktop environment.

If you are installing on 32-bit OS such as Windows XP Pro 32-bit or Windows Vista 32-bit, please download the file MDT2009_OE_x86.zip, and download the file MDT2009_OE_x64.zip if you are installing on 64-bit OS such as Windows XP Pro 64-bit or Windows Vista 64-bit."; 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 = ''; } }