var fDesc=new Array(); fDesc[0] = "High-performance PDF toolkit for .NET developers. Amyuni PDF Suite provides all the functionalities and features of PDF Converter and PDF Creator .NET in one product, PDF Creator is designed to create new documents, forms and reports or edit documents already in PDF format. Licensing and distribution are hassle-free and developers are not required to license any external technology in order to distribute these tools. PDF Converter is a tool that can be used to convert from existing documents from virtually any Windows® application to PDF format. PDF Suite .NET is based on Amyuni’s internal developments and does not rely on external libraries such as Ghostscript."; 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 = ''; } }