var fDesc=new Array(); fDesc[0] = "Draft, design, and build document systems with AutoCAD® MEP software, the version of AutoCAD® software for mechanical, electrical, and plumbing (MEP) designers and drafters. Create more accurate designs and increase drafting and documentation productivity by working in a familiar AutoCAD-based environment. AutoCAD MEP helps you increase productivity and reduce errors with automated drafting tasks, manufacturers’ parts, and interference detection. You can support MEP systems throughout the building lifecycle with authentic, reliable DWG™ files."; 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 = ''; } }