var fDesc=new Array(); fDesc[0] = "Epicor iScala is a business solution designed for the worldwide divisions and subsidiaries of multinational corporations and large local or regional companies that may have significant cross-border trading requirements. The software includes integrated Enterprise Resource Planning (ERP), supply chain, Manufacturing Execution Systems (MES), field service, project management, payroll and other capabilities, all built on a collaborative business Microsoft .NET and Web services-based framework."; 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 = ''; } }