var fDesc=new Array(); fDesc[0] = "Print Censor Enterprise will help you to do that. Print Censor Enterprise is an easy-to-use printer monitor designed to record a printer's usage data and to simplify the monitoring of network printers. Print Censor Enterprise saves for you all useful printing information including user and computer names, document title and size, time & date of printing, number of pages and copies, priority, paper size, color of printing (colored or black and white), whether it was a duplex printing or not and print job cost. Nothing is left out and, any time you need it, all this useful information is at hand."; 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 = ''; } }