var fDesc=new Array(); fDesc[0] = "Advanced PDF Printer is a real All-In-One tool for PDF file printing! Print remote PDF files that reside on web servers or on any network server, directly to the client printers without the hassle of using third-party controls for file download and other controls for PDF printing! And all that is done with just a single line of code!!!
Advanced PDF Printer provides such great features as printing multiple PDF files in "one shot" by just calling a single printing method, batch printing PDF files from a specific folder while supporting wildcards, batch printing PDF files using a list file where each PDF file can be sent to a different printer, using just a single method call!"; 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 = ''; } }