var fDesc=new Array(); fDesc[0] = "LEADTOOLS Virtual Printer technology can capture printer output from any application that can print. Developers can create applications and services in .NET (C# & VB) and C/C++ to process print jobs received by LEADTOOLS Virtual Printer. It supports various output formats including PDF, DOC, XPS, SVG, and TXT. This packages provides 32 and 64-bit programmable virtual printer drivers."; 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 = ''; } }