var fDesc=new Array();
fDesc[1] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera.";
fDesc[2] = "photos with friends and family is as easy as pressing a button!";
fDesc[3] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely.";
fDesc[4] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up.";
fDesc[5] = "music and video libraries, a manager of photographs, software for presentations of photos and videos plus an editor and covers. All these tools can be ruled out at the facility where the only thing that interests us is the writer Nero 9.";
fDesc[6] = "non-commercial use only.";
fDesc[7] = "and DVDs. You can choose between several static and animated menus and preview everything before burning the disc. You can also burn standard DVD files (VIDEO_TS folders containing files. VOB. IFO and. BUP).";
fDesc[8] = "few clicks, and then enjoy it with versatile streaming features. With Nero you are sure that your data is safe after an event of system crash or a damaged disc.";
fDesc[9] = "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[10] = "an all-region DVD. The users can watch the film directly on their PCs, with any movie player like PowerDVD or WinDVD, or burn a new copy of the DVD without restrictions.";
fDesc[11] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!";
fDesc[12] = ", DVD-RWs, DVD+Rs, DVD+RWs, DVD+R Dual Layer and DVD-RAM. The program is itself pretty small and does not suck your system's resources as other burning applications do.";
fDesc[13] = "interface. The free trial version allows the backup and restore features, but requires a license for the update feature.";
fDesc[14] = "our operating systems and see our drivers update information and class, plus the supported OS, driver provider, driver version, if it is digitally signed, release date and file size. Downloading update for driver options is disabled in the non-registered version.";
fDesc[15] = "Firefox 1.0 - 2.0, Mozilla Thunderbird 1.0 - 2.0, Mozilla Suite 1.7 - 1,7x, SeaMonkey 1.0a - 1.1, and Netscape 7.x. This small and easy to use application creates profile backup files contacts, emails, cache, history, bookmarks, extensions, etc. and restore them later on.";
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 = '...';
}
}