var fDesc=new Array(); fDesc[0] = "Cyclope Enterprise Printer Monitor is a print management software developed for the business environment, in order to help managers better control the network printers and increase efficiency.

Most administrators don't know how the organization's printers are really being used and thus can't control printing costs. But using the print management solution you will be able to:

Monitor All Printers - The print management system monitors all printers within the specified network, allowing management of printer load and printing activities within your organization."; 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 = ''; } }