var fDesc=new Array(); fDesc[0] = "PDF Create .NET is a powerful .NET component for C# and Visual Basic .NET developers to programmatically create PDF files from practically any type of file. File types include Excel worksheets, 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 files! In other words - combine Word documents, Excel worksheets, Powerpoint files, image files, text files, etc. all into one PDF file! PDF Create .NET does not require Acrobat or any other expensive third party software!"; 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 = ''; } }