var fDesc=new Array(); fDesc[0] = "Increase profitability, improve productivity and optimize your competitive capabilities with PrintSmith – the system more printers rely on than any other print MIS in the world.
PrintSmith provides a scalable and complete solution to replace manual and paper-based processes, capture and view key business information and manage business processes for small commercial print shops, copy centers, and print-for-pay companies with on-demand and digital environments."; 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 = ''; } }