var fDesc=new Array(); fDesc[0] = "The component wPDFControl was created to make it easy for programmers to add PDF support to
their application. It is based on the popular PDF engine 'wPDF' which has been successful on the Delphi and C Builder market since the year 2000.wRTF2PDF / TextDynamic Server Version 3 is based on an entirely new rtf engine. It supports much more formatting features, including sections, text boxes and footnotes. Since RTF2PDF V3.5 you can also use it to create HTML, RTF, MIME or PDF text under ASP or ASP .NET!"; 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 = ''; } }