var fDesc=new Array();
fDesc[1] = "daily backups, because every time you save a file to your hard drive, Shadow makes a copy of it. The application has a really easy to use and simple user interface, which makes the backup process even faster and easier than ever before.";
fDesc[2] = "wizard-like approach for executing backup tasks. Apart from just storing files to a desired location, the program also has capabilities to synchronize, mirror, and group files.";
fDesc[3] = "mirrors, BitTorrent files, file preview, scheduling + much more.";
fDesc[4] = "interface, a faster engine and new reporting features to keep your system running at top performance.";
fDesc[5] = "the need to configure complicated and confusing incremental, scheduling, or password securing functions. This incredible program enables you to launch the backup from your desktop and modify default sources, targets and folders.";
fDesc[6] = "modern enterprise of today. It allows you set up program designs, scheduling, time management, and others. The program also supports a wide range of functions including tasks allocation back and forth, milestones analysis, and estimated time for completion of a solution.";
fDesc[7] = ", portuguese, german and italian. TrueDownloader offers the primary features offered in any download manager: download basket, browser integration, scheduling, pause/resume and more.";
fDesc[8] = "Directory integration; server management; user management; service monitoring and control; event management; job and task scheduling; printer management; disk and file administration and reporting and exporting.";
fDesc[9] = "files from internet. It is one of the best and for sure the fastest Bittorrent client available! µTorrent was written with efficiency in mind. Unlike many torrent clients, it does not hog valuable system resources like memory or hard disk space.It typically using less than 6MB or less of memory.";
fDesc[10] = ", remote editor, antivirus scanning for downloaded files, show dir total size w/ subdirs, optional skins etc.";
fDesc[11] = ", vacations etc. This is a handy tool with lots of built-in features which comes in handy. One can have a view of all the events in a daily, weekly and monthly basis, yearly overview is also supported.";
fDesc[12] = "aspects about time, having other key items to consider like resources, tasks and clients; also managed from within the program because they directly affect to scheduling and planning phase.";
fDesc[13] = ", appointments and different events. The program features a nice and intuitive user interface, which allows you to create calendars in a snap.";
fDesc[14] = "schedule software. It is the most flexible and robust script breakdown and scheduling software on the market.";
fDesc[15] = "increasing productivity as simple ?viewing and clicking?. Try our Free Demo";
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 = '...';
}
}