var fDesc=new Array(); fDesc[0] = "The MEP (Mechanical/Electrical/Plumbing) Modeler is an extension to ArchiCAD 14. Architectural practices and architectural departments of A/E firms using ArchiCAD can use MEP Modeler to create, edit or import 3D MEP networks (ductwork, piping and cable trays) and coordinate them with the ArchiCAD Virtual Building."; 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 = ''; } }