var fDesc=new Array();
fDesc[2] = "must-try. At the core of the application are the sync jobs. Those allow you to select a folder and establish how to sync it with another folder on the same hard drive or on a separate, external drive.";
fDesc[3] = "American-movies-like chases. Carbon continues the story where the previous release, Most Wanted, stopped. In general it keeps the good graphics and great selection of cars of the previous versions, though not bringing too many new features to the series.";
fDesc[4] = "reducing global warming. It even keeps track of how much you, and all users are saving--already hundreds of tons of CO2.";
fDesc[5] = "without quality loss, in fact you get exactly the same disk. Just insert the disk you wish to clone into your drive and press a couple of buttons to make it cloned.";
fDesc[6] = "anywhere. New features in Version 5.0 include: enhanced remote control functionality with task automation and remote printing; simultaneous and integrated voice and data transmission for help desk and training applications; improved security with data encryption, NT security integration, and directory access control.";
fDesc[7] = "files in folders. It allows performing synchronization for both folders on your computer and on a different computers in a local network. The program is extremely easy to use. The process of synchronization is organized as sequence of steps.";
fDesc[9] = "messages whenever you send an email very easily. The program sits silently on Microsoft Outlook and allows you to configure its options to suit exactly your needs.";
fDesc[13] = "pictures). Supported - TO, CC (Carbon Copy), BCC (Blind Carbon Copy), alternate text for HTML messages, text encoding";
fDesc[14] = "year to leave a single PC running 24 hours a day Over 30% of employees do not turn off their PC's when they go home [1] Up to 60% of the electricity consumed by PC's could be saved by adopting appropriate power management strategies In short, most businesses are paying to run computers that are not being used most of the time. Powerdown reduces the amount of energy used by the computers in your business by turning them off when they are not being used. This could save you up to £30 a year for every PC. By reducing your energy consumption you also reduce carbon emissions so it's good for the environment too. Using Powerdown energy saving software could reduce your IT energy costs by up to 40% reduce air conditioning requirements and costs lower carbon emissions and reduce your carbon footprint Powerdown provides central control of energy use with a low total cost of ownership. It is...";
fDesc[15] = "your USB drive, second hard drive, external hard drive or network drive. Llama Carbon Copy automatically backs up your work";
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 = '...';
}
}