var fDesc=new Array();
fDesc[1] = ", secure digital card, thumb drive, pen drive, removable storage, ipod, and more.";
fDesc[2] = "PDF format to as the standard for giving downloadable information pages or printable forms. This software helps you do all the operations on a PDF file, like inseting password, converting images to text, compressing and reducing file sizes, etc.";
fDesc[3] = "malware intended for notebooks, desktops and servers. It integrates without problems essential security technologies in a single management console, this increases protection and lowers the total cost of ownership.";
fDesc[4] = ", ME, XP, 2000,2002, Linux, MacOS and others. The program allows you to backup and restore you Vista bootloader and offers many features to rescue your system.";
fDesc[5] = "modify existing PDF documents. The application has the ability to create in batch mode and combine multiple files and multiple file types in a single PDF document, as well as create PDF packages.";
fDesc[6] = "against viruses, worms, trojans and other malicious processes trying to run on your system. Keep you PC clean and secure with a-squared Anti-Malware.";
fDesc[7] = "will be provided of multiple interesting and usefull functions to secure your PDF files: Encryption, Decryption, Sign, Co-Sign and Verify.";
fDesc[8] = "digital signatures in your e-mails and communications. This branch (1.x) is more mature than the 2.x one, which it's still difficult to build as of today.";
fDesc[9] = "handwritten signature above it in few seconds. Use the signatures to accent your individuality in your emails and web sites!";
fDesc[10] = "Thunderbird, Gmail, MSN Messenger, Hotmal, MSN Groups, AIM Mail, AOL Mail, Yahoo! Groups, etc. The icons are organized by categories: Miscellaneous, Happy, Sad, Love, Gold Sampler, Communication, Signatures, Famous Quotes, Love Quotes, Compliments, and Proverbs.";
fDesc[11] = "frames, signature, watermarks, logos,etc., and all of these can be done with just a couple of clicks. If you were looking for a free and simple application to resize, crop and add extra effects to your photos, the GoodFrame is a good option.";
fDesc[12] = "surfers experience when their browsing spree has been spoiled by pop-ups or they find themselves the target of browsing tracking in order to get bombarded with spam, this neat anti-spyware program claims to sort out the problem.";
fDesc[13] = "messages. When creating a new message it is possible to attach files, check spelling, utilize a signature, and encrypt the information. It supports Unicode characters. Also you can manage your contacts and schedule events with the Calendar.";
fDesc[14] = "as fields in a project file. It supports many text effects and image types. These features helps you to create your own signature image by inserting your details such as company logo or any image. You can save your signature image file as GIF or JPG format.";
fDesc[15] = "can update with your company logo and corporate information. Alternatively you can create your own signatures with our easy to use tools.";
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 = '...';
}
}