var fDesc=new Array(); fDesc[0] = "Autodesk Fabrication ESTmep is a cost estimation program that can help mechanical, electrical and plumbing (MEP) contractors to win more work with more accurate, competitive bids. You can gain a better understanding of the real project costs for MEP building services systems throughout the detailing, fabrication and installation workflow."; 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 = ''; } }