var fDesc=new Array(); fDesc[0] = "MEI Steel Estimating Software is a powerful, yet easy to use, tool for estimating the costs associated with steel fabrication projects. We're confident this product represents a cost-effective solution to your estimating needs. But don't just take our word for it, check out the tutorial area and learn more about the estimating process. There you can browse self-guided tutorials of the software, download a guided tour, or review the Users Guide. Then try a fully-functional evaluation copy of the software and see how quick and easy estimating steel projects can be."; 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 = ''; } }