var fDesc=new Array(); fDesc[0] = "Create, modify, and manage piping and instrumentation diagrams with AutoCAD P&ID 2011. Built on the latest AutoCAD platform, AutoCAD P&ID is easy to use and familiar to designers and engineers, so design teams can start quickly with minimal training. Common tasks performed every day are streamlined and automated to boost productivity, while component and line information is easily accessed by designers as they work. With simple reporting, editing, sharing, validation, and exchange of design information, projects start easier, run better, and finish sooner. AutoCAD P&ID is included in the Autodesk Plant Design Suite."; 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 = ''; } }