var fDesc=new Array(); fDesc[0] = "Print Job Monitor is a well designed software that allows you to audit and log all print jobs, analyse and monitor all network printers from one centralized location. This software can be used by anyone at home, school and office for their own requirements and purposes. Do you lack control of your employee's printing activities? do you want to know how many papers was wasted by your employees who print personal documents? do you want to get a software to protect confidential documents of your business? Print Job Monitor is the best print job monitor software you ever dreamed."; 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 = ''; } }