var fDesc=new Array(); fDesc[0] = "ObjectPrint is software for comprehensive print management in small and medium-sized companies, schools and organizations.
ObjectPrint enables the control, quota allocation, and restriction of printing and printer usage. This print management system provides centralized administration over all printing resources, printers, paper, and toner.
Features and Benefits:
* Reduces overall printing costs
* Tracks all printing activity by printer, user, computer and group
* Controls printer, user, computer, and group with quotas and restrictions
* Derivative print cost and restrictions for each user, printer, and computer based on the document type (eg color, title, page count, document size)
* Advanced reporting and charts
* Web-based Access. Every feature of ObjectPrint can be used via the web application. End-users don?t need to download or install any software on their machines.
* High-performance internal database engine
* Compatible with Windows XP/2003/Vista/2008/7/8/8.1
* There are no limits to the number of users/printers/computers
* No payments"; 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 = ''; } }