var fDesc=new Array(); fDesc[0] = "ImpactECS is a dedicated costing system that fits into any IT architecture. By sitting between shop floor systems that collect granular production information vital to calculate costs and ERP systems designed to amass data across the organization, ImpactECS provides an opportunity to use the available production data to calculate specific cost results and develop the logic to roll-up and assign costs to the ERP system.

Using ImpactECS, you can design any number of custom applications to fit your company’s needs. Creating multiple product costing models gives you the ability to calculate different sets of costs based on the same core information."; 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 = ''; } }