var fDesc=new Array(); fDesc[0] = "The print management application trusted by tens of thousands of schools and businesses. Instantly see who is printing, what they are printing, when they printed and on which device. Use pre-built filters to fix simple problems like removing jobs, encourage double-sided printing or create your own custom advanced scripting logic. View the central dashboard, any one of the 80 pre-built reports and the document archive (so you never have to chase down answers again)."; 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 = ''; } }