var fDesc=new Array(); fDesc[0] = "Print Management Software
E Pro Core for Small Businesses and Midsize Companies
Whether you supply stationery items, magazines or cover the entire spectrum of print, operational efficiency is probably top-of-mind. With more efficient operations, you can respond to market changes, control your cost structure, and consistently meet performance benchmarks set by you and your customers.
The right business management software can help you manage operational complexities, integrate information and processes, and provide powerful decision-making tools that increase performance, reduce costs, and facilitate collaboration and communication across your business."; 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 = ''; } }