var fDesc=new Array(); fDesc[0] = "PaperCut's print management software has helped over 50,000 organizations reduce their print costs and their environmental impact. The education IT environment is unique. User turnover is high and networks are dynamic. From its first release ten years ago, PaperCut has always been designed by education network administrators specifically for the education environment."; 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 = ''; } }