var fDesc=new Array(); fDesc[0] = "Total PDF Printerx is a web-server solution to print many pdf files in batches. Total PDF Printer X is the best way to automatically print dozens of PDF files on web-servers. You set the command line and leave it do the job. Total PDF PrinterX does not interfere with any other applications and does not require your attention (silent printing). The printing box is suppressed."; 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 = ''; } }