var fDesc=new Array(); fDesc[3] = "have been fixed and new options have been added. When we create a new map it will automatically increase the map size when needed. Also the limits for the maps size have been increased. It is possible to retrieve information from SNMP devices via SNMP protocol."; fDesc[4] = "you to count, quota, control and charge printing easily."; fDesc[5] = "information of each job.High precision page counter and copies determination.Viewing images of printed jobs."; fDesc[7] = "in Any Language. These reports are designed for your print cost analysis."; fDesc[8] = ", when and what exactly they print on your printer."; fDesc[9] = "capture, print, and save entire screens and active windows. It's user configurable to give you flexible printing results."; fDesc[10] = "printers and keeps track of all printing activity. Now you can cut wasted money resulting from uncontrolled and irresponsible printing!"; fDesc[11] = "levels to quickly and easily create ICC profiles.These profiles empower the user to produce consistent and accurate color from sta..."; fDesc[12] = "on the number of the printing jobs: the number of printed pages, the file name, the user and the time when a printing job occurred."; fDesc[13] = ", analyse and monitor all network printers from one centralized location. This software can be used by anyone at home, school and office ."; fDesc[14] = "helps you optimize printing, save expenses, etc. RAW PCL 5, 6 and EMF data types are supported."; fDesc[15] = "sent the job,job title, printing parameters and the number of pages printed for each print job, and then assigns a charge."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }