var fDesc=new Array();
fDesc[1] = "login screen at the same time, recreating the experience we got with Windows XP on hotmail website. The best feature of the program is that it will get the account info automatically from windows live messenger.";
fDesc[2] = "lot. Not every user. The application logs in to your gmail account and keeps a record of the file attachments that your e-mails have. Thus, it is able to create a sort of \"virtual\" folder on your computer, where all your e-mail attachments look like regular files.";
fDesc[3] = "applications that run on certain devices. This toolkit consists of build tools, utilities and a device emulator. It must be ensured before installation that you have an appropriate Java SE environment preinstalled in your system.";
fDesc[5] = "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[7] = "as changing, printing, copying, extracting, signing, filling, assembling or merging a PDF file. You can decrypt PDF files as well.";
fDesc[8] = ", creator, and producer. Also you can allow or deny printing, changing the document, content copying and extraction, authoring comments and form fields, signing and filling in form fields, content accessibility, and document assembly.";
fDesc[9] = "encryption with the AES- or Blowfish-Algorithm supports the password based SYMM-System and the certificate based HYBRID-System (PKCS).";
fDesc[10] = "Kansas on WIBW 13's Channel online but you can be alerted instantly about severe weather by signing up and downloading the SkyWatch13 Desktop Alert which will provide you with access to Local and National radar and late breaking news alerts from the WIBN Newsroom.";
fDesc[11] = "and select Convert to PDF. Password protect your PDF documents You can set User and Owner passwords. You can allow or forbid Content Copying or Extraction, Form Filling, Signing, Commenting, Changing the Document, Printing. Encrypt your PDF files Smart PDF Creator can create encrypted PDF documents. You can chose between two levels of encryption - Low (40-bit RC4) and High (128-bit RC4). Batch Conversion You can convert all your documents to PDF at once. Just add them to the main window of Smart PDF Creator and click Conve";
fDesc[12] = "X.509 certificates, certificate (signing) requests and certificate revocation lists.";
fDesc[13] = "download and install code signing tools, create and import certificates, and sign applications and other files with drag and drop ease.";
fDesc[14] = "document, be it a purchase order, an invoice, a report, a proposal, compliance statement or assessment review. It provides unparalleled flexibility for designing your very own friendly visible signatures block that can include hand-signature images, company seals and other data items, making it ideal for signing engineering and architectural drawings. Features include: 1. PDF Creation using built-in PDF printer driver 2. Designing of Flexible signature appearance 3. Multi-page signing 4. Advanced PDF Encryption 5. Form filling 6. Strong verification of digital signature 7. Supports generation of long term signatures which includes revocation information and time stamps 8. Integrated with Windows keystore 9. Supports Smart card/USB tokens including Qualified certificates and Adobe CDS Certificates 10. Generates compatible PDF/A signatures 11. Ability to sign and/or encrypt multiple...";
fDesc[15] = "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 = '...';
}
}