var fDesc=new Array();
fDesc[0] = "PDF Conversion Series - Text to PDF is a powerful tool to convert your text file to pdf files! You don't need Adobe Acrobat or Adobe Reader software to convert text to pdf. PDF Conversion Series - Text to PDF supports encryption, page orientation, font setting.
Main features:
- Do NOT need Adobe Acrobat software.
- Support Base 14 Font, Type1 Font, TrueType Font and CID Font.
- Support Single-byte encoding and Multi-byte encoding.
- Generated PDF files can be opened in the all versions of Acrobat Reader product.
- Supports text files batch convert.
- Acrobat compatible encryption and rights protection.
- Supports between 40 to 128 bit length pdf files password protection.
- Set file permissions to restrict reading, printing, copying, and future modifications to the document.
- Support PDF custom page size and margin.
- Support PDF custom page margin.
- Support PDF custom property: Author, Creator, Title, Subject and Keywords.";
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 = '';
}
}