var fDesc=new Array(); fDesc[0] = "Print Console adds a level of control to your print queues that is above and beyond any Windows functionality.
This intuitive and easy to use interface gives any Administrator or Help Desk technician complete awareness of live Print Jobs, Print Queues, and Print Traffic over your network! Corporations are in need of product which simplifies Help Desk printing requests."; 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 = ''; } }