var fDesc=new Array();
fDesc[1] = "totally intuitive interface similar to Windows Explorer (with check boxes next to files and folders) that will allow you to select the files and folders you want to back up, the destination and filename, and any optional settings.";
fDesc[2] = ", contact, message and configuration effortlessly and automatically. This incredible program enables you to move the selected data to a new phone or device, or for restore after a ROM upgrade in just a few steps.";
fDesc[3] = "FTP server or write to a CD or a DVD. Just try DoubleSafety and get 30 days of joyous security.";
fDesc[4] = "the firmware of your cellphone and restore an operable configuration even if your Motorola phone doesn't start up anymore. This incredible program features an intuitive and easy to use interface that enables you to recover and backup all the data you have on your phone in just a few minutes.";
fDesc[5] = "not know the correct solution if there is an accidental or deliberate loss of vital data, but you can always secure your vital information, data, disks and drives by making virtual backup images of them with this tool.";
fDesc[6] = "data. East-Tec Backup is very easy to use and features intuitive wizards, automatic backups, data compression, strong military AES encryption and FTP support.";
fDesc[7] = "backs up your files, but also stores important settings. This is why Spare ensures that your backups look and work just like your originals";
fDesc[8] = "for your photos, videos, music and data. This incredible program has the ability to copy DVDs and CDs \"on the fly\" from disc to disc or with intermediate saving, burn photos, videos, music, and any other data to CD, DVD, or Blu-ray Disc™.";
fDesc[9] = "your entire system. This incredible application allows you to backup your files and folders to a secure location and recover your data in an instant or perform a complete backup of your system (Disaster Recovery) to recover from failure.";
fDesc[10] = "data on your Pocket PC. This incredible program creates self-extracting compressed executables, thus making backup and restore processes very easy and fast.";
fDesc[11] = "task since programs may put information and configuration options in many places, such as the Registry, the Windows directory, etc.";
fDesc[12] = "Tasks, your Calendar, Notes, Journal entries, Email accounts, Outlook rules, Signatures and many more in a few simple steps.";
fDesc[13] = "incredible program allows you to make manual or automatic backups (with a set interval time) when your computer is idle. The program includes 3 backup modes: a mirror backup , a full backup zipped, and a sequential backup zipped";
fDesc[14] = "stability is not so high and we can’t entrust important data to these devices. Besides, using Backup program you can make backups, for example, just to transfer data from one device to another or for synchronization.";
fDesc[15] = "servers through Internet. The main features on version 2.0 is that now customers can share their files with friends or for business purposes via web and the after point of sale feature that allows you to buy more remote storage space or extend the service period.";
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 = '...';
}
}