var fDesc=new Array();
fDesc[1] = "use. With this free edition you can only get the basic protection, which includes (just to mention some) protection against viruses, spyware, adware and Trojans. Protects in real time against corrupt web pages.";
fDesc[2] = "synchronization experience with Windows®-powered PCs and Microsoft Outlook right out of the box. Note: Microsoft ActiveSync works only with Windows XP SP2 or earlier.";
fDesc[3] = "format. Its easy-to-use interface allows you to create PDF files by simply selecting the \"print\" command from any application, creating documents which can be viewed on any computer with a PDF viewer.";
fDesc[4] = ", TOC, mail merge. Full support for professional printing. Many awards (see http://www.serif.com/c ompany/awards.asp). FREE. Registration required.";
fDesc[5] = "will be provided of multiple interesting and usefull functions to secure your PDF files: Encryption, Decryption, Sign, Co-Sign and Verify.";
fDesc[6] = "supports Drag&Drop, offer a key generator and encrypt with Blowfish- (448 bit) or AES-algorithm (256 bit).";
fDesc[7] = ", AutoCAD and plain-text into PDF. Supports PDF merging and digital signing from the Windows Certificate store.";
fDesc[8] = "sit on your email client, scans your emails and marks messages that have been verified as coming from a legitimate sender and that are not a spoof.";
fDesc[9] = "open with passwords, chip card, USB-Token, CD or certificate (PKCS) and use like a normal drive in the File Explorer.";
fDesc[10] = "character-based applications on UNIX, Linux, and OpenVMS hosts. Attachmate has implemented GLX 1.3 and OpenGL 1.4 support to ensure optimal performance for graphical applications.";
fDesc[11] = "Most of the internet users are sending emails regularly but they send their emails in simple plain text which is totally porn to everyone and anybody can read or edit your email. This could be harmful for you in one or more cases.";
fDesc[12] = "any application that can print. Centralize PDF creation with Windows Terminal Services or Citrix MetaFrame Presentation Server.";
fDesc[13] = "this certificate.";
fDesc[14] = "X.509 certificates, certificate (signing) requests and certificate revocation lists.";
fDesc[15] = "you track stockholders and stock certificates for the small business corporation, then use Stock Works to spend minutes to save yourself hours.";
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 = '...';
}
}