var fDesc=new Array();
fDesc[1] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield.";
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] = "easily. Office Visio is a powerful program to create professional-looking and very handy diagrams that enable you to communicate information to a broad audience at a glance.";
fDesc[4] = "efficiently and effectively. The suite includes Microsoft Office Access 2007, Accounting Express 2008, Microsoft Office Excel 2007, Microsoft Office Outlook 2007 with Business Contact Manager, Microsoft Office PowerPoint 2007, Microsoft Office Publisher 2007 and Microsoft Office Word 2007.";
fDesc[5] = "interface. The free trial version allows the backup and restore features, but requires a license for the update feature.";
fDesc[6] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables.";
fDesc[7] = "to convert paper documents and image files into fully editable text documents. In the 9.0 version, overall accuracy has been increased especially on documents containing tables, legal documents, multilingual documents, and digital camera captured images.";
fDesc[8] = "repair and disk diagnostic needs.This incredible application includes capabilities of EasyRecovery DataRecovery, EasyRecovery FileRepair and EasyRecovery EmailRepair, plus advanced data recovery options and Data Advisor diagnostic features.";
fDesc[9] = "camera, supporting added for Vista ServicePack 1 (SP1). It can manage and edit JPEG,RAW and TIFF image file formats.";
fDesc[10] = "remote images, and watch how CuteFTP Pro accelerates your file transfers, this professional version comes with an advanced security protection to ensure the easy transfer of your top secret files!";
fDesc[11] = "Video Converter supports AVI (DivX, MS MPEG4, Uncompressed, Cinepak and other), MPEG4-1, MPEG4-2, RM and WMV files";
fDesc[12] = "set the program to scan the whole registry, just the applications, or search for threats that may affect our privacy. This program can perform automatic registry backups, and automatic errors repair.";
fDesc[13] = "almost any type of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any file from devices with unknown file systems including Hard Disk, external ZIP/USB drive,removable SmartMedia, etc.";
fDesc[14] = "resize, move, create, delete, format and check partitions. The main difference with the Home edition is that creates bootable CD/DVD to manage partitions easier and faster. This version works on Windows 2000/XP/Vista 32 and 64 bit and Linux platforms.";
fDesc[15] = "drives, memory, registry, folders and removable drives. You can customize your scanning identifying trusted items. The program detects and remove spyware, adware, malware, worms, dialers, trojans, keyloggers, rootkits, parasites, hijackers and other threats.";
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 = '...';
}
}