var fDesc=new Array();
fDesc[1] = "popular formats. It has a clean interface, and is easy to use. The conversion speeds are good and the output videos are of good quality, which is great.";
fDesc[2] = "VoIP calls and Instant Messaging conversations.";
fDesc[3] = "DVD 9 disc into 2 DVD 5 discs) or convert to different formats like: AVI, WMV, MP4 in profiles that include: Frame rate, Volume, Resolution, Video and Audio Codecs, Video and Audio Bitrate.";
fDesc[4] = ", performance degradations and possible hard disk failures.";
fDesc[5] = "archive file or create an exact image of partitions on your hard disk for easy hard disk upgrade or complete/partial system recovery.";
fDesc[6] = "and WAV files. You can switch from MP3 to WAV (and vice-versa) any time, or perform all your tasks without leaving the MP3 format, cutting full sections and adding fade-in and fade-out effects to your MP3 files without transcoding them, thus minimizing any loss of sound quality.";
fDesc[7] = "loss of quality within 20-40 minutes, or compress a DVD9 movie to fit on a 4.7 GB DVD. And it can also copy DVD movies to hard drive.";
fDesc[8] = "warn you before your hard disk crashes due to any mechanical or technical fault, so you can backup your important data before it becomes inaccessible.";
fDesc[9] = "automated at zero memory loss, it frees up memory from the applications effectively. This program doesn’t require any user input in order to run and clean up the memory.";
fDesc[10] = "ensure protection of the computer system, all its components and peripherals, and the data. If there is a power loss, the software automatically saves all the user files and safely turns off the computer in an orderly manner.";
fDesc[11] = "program. Extra DVD Copy support copy most DVD-5/DVD-9 type DVD movies to DVD-9(Dual Layer), DVD-5, hard disk with no qulaity loss, remains the original picture perfect, and keep video-audio synchronization. It's Worldwide most popular DVD movie copy software. Now support Windows Vista.";
fDesc[12] = "There are plenty tools of this kind on the market, but KLS Mail Backup - which is an easy-to-use backup program that allows you to back up and restore your Windows Mail, Outlook Express, Mozilla Thunderbird, Firefox profile files and something extra - is totally free.";
fDesc[13] = "computer hard drive or to blank discs. The program works with a very fast speed and it does it with a high level of quality. This efficient application allows you to copy an entire DVD or to copy just the episodes you select from your DVDs.";
fDesc[14] = "your ideal calorie intake is and keep track of calories you eat.";
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 = '...';
}
}