var fDesc=new Array(); fDesc[0] = "Total PDF Printer Pro lets you easily print out numerous documents of different file types. You can have DOC, PDF, XLS, TIFF files in your folder and the program will automatically print them all for you. Total PDF Printer Pro supports PDF, DOC, TXT, DOCX, HTML, XLS files and almost all images (TIFF, JPEG, PNG, etc.).

Total PDF Printer Pro takes the pain out of printing multiple documents. It is loaded with many customizable options to fit every need."; 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 = ''; } }