var fDesc=new Array(); fDesc[0] = "NiceWatch Enterprise is a server based application that can automate your label printing operations without changing your current applications.

NiceLabel Enterprise Print Manager (EPM) is a web application used to remotely control the label printing process in an enterprise environment. It comes as a module within the products of the NiceLabel Enterprise Series:
-NiceLabel Print Center, the enterprise solution for client-based label printing and centralized system management.
-NiceWatch Enterprise, the enterprise solution for centralized integration of multi-threaded and high-volume label printing.
-NiceLabel Portal, your online compliance labeling platform"; 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 = ''; } }