var fDesc=new Array(); fDesc[0] = "Freely distributable, powerful document preparation tools allow job submission to local and off-site MetaPrint queues.
Use MetaPrint Professional’s Client Configuration Tool to customize your user’s experience:
-Use your own company's logos
-Pre-configure your print shop(s) as a destination
-Set preferences for billing information on the work-order (Project and PO Number requirements)
-Configure multiple destinations - users can use MetaPrint Client to send work to on-site or off-site shops."; 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 = ''; } }