var fDesc=new Array(); fDesc[0] = "EzPrint Tracker is a cost effective software to manage print jobs. It allows you to monitor what you or somebody else has printed on your printer. This software can be used by anyone at home, school and office.

-Record print job details including user, document, total pages, printed date, file type.
-Simple user interface
-Set cost per page
-Export print log to Excel/CSV format
-Pre-defined chart for statistics
-Very easy to install and use
-Learn who is printing when and what
-Reduce waste and abuse through the knowledge that all printing is being monitored and the stacks of paper left
-on printers at the end of each day will disappear.
-Reduces paper and toner use
-Cuts wasteful printing
-Software only solution, installs in seconds
-Rrequires no training
-Immediately tracks printing
-Store print jobs data in all-popular Microsoft"; 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 = ''; } }