var fDesc=new Array(); fDesc[0] = "Print Control is a centralized holding and releasing of print jobs sent from Windows / Linux / Unix / Mac OS clients that allows libraries / schools / colleges / universities to manage, control and recover printing costs and charge for their patrons / students printing, and reduces print volume and wasted paper by eliminating accidental, unnecessary, or abusive printing. Print Control print manager software has proved fruitful for many libraries and educational facilities to automate and simplify the administration of printing and save unwanted printing costs.

For 30 days you can download Print Control for free."; 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 = ''; } }