var fDesc=new Array(); fDesc[0] = "PDF Maker Class .NET is a powerful .NET component for software developers to programmatically create PDF files from practically any type of file - Excel workbooks, Word documents, Powerpoint files, Access reports, Crystal Reports, AutoCAD drawings, Publisher files, image files, text files, etc. Create a single PDF file from multiple Postscript or PDF files! With PDF Maker Class .NET you can also create password-protected and encrypted PDF files with ease! Encrypt your PDF files using high level 128-bit RC4 encryption to keep hackers out for good! Even create PDF files from web pages! PDF Maker Class .NET also contains many functions for creating bookmarks, form fields, text annotations, file attachments, 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 = ''; } }