var fDesc=new Array(); fDesc[0] = "Print Censor Personal is an easy-to-use printer usage monitoring tool designed to record a printer's usage data and to simplify the management of network printers. It 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."; 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 = ''; } }