var fDesc=new Array(); fDesc[0] = "ActiveX component that adds Print Preview capability to Visual Basic 6 programs by replacing the Printer object. Also in Windows 10 it can save PDF files. It is easy to use and can be implemented in existing programs as well as in new developments. The Printer object replacement functions as a drop-in replacement of VB's original Printer object.
It also adds features like watermark printing, automatic page number addition, margin management, and much more."; 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 = ''; } }