var fDesc=new Array();
fDesc[0] = "ActiveX Server for create Portable Document Format (PDF) files on fly.
Easy way for create PDF files from your application
Main features:
Real hDC; Acroforms (buttons, radiobuttons, checkboxes, comboboxes, text input fields);
Watermarks; Thumbnail; JavaScript; Encryption; Outlines (with support russian, turkish, baltic, east europe, greek, CJK languages); Compression;
Image compression(Jpeg, Flate, CCITT 3, CCITT 3 (2D), CCITT 4); Hyperlink;
Annotation(with support russian, turkish, baltic, east europe, greek, CJK languages)
Embedding True Type fonts; Support CJK fonts; Output to browser for ASP
And more, 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 = '';
}
}