var fDesc=new Array();
fDesc[1] = "resave them. Convert PDF to images, DOC, RTF, and more. Fill in existing PDF form fields and create your own.";
fDesc[2] = "PDF documents.";
fDesc[3] = "Bytescout.PDF is a .NET library capable to write/modify/sign/fill /linearize/optimize PDF documents from .NET programming languages Visual Basic.NET, C#, ASP.NET";
fDesc[4] = "supports unlimited watch folders and POP3 e-mail accounts. It runs in the background as a Windows Service for fully automated conversion.";
fDesc[5] = "allowing the users to sign these files. It can also sign all other file formats in E-Lock Proprietary format";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}