var fDesc=new Array();
fDesc[1] = "offers easy burning wizards separately for Audio disk, Data disk, Copy disk and Erase disk. CDBurnerXP also offers ISO image burning wizard that can be used to burn an ISO image to disk, without NERO Burning tools.";
fDesc[2] = "that case you need to use WinHTTrack, which will allow you to create a complete copy of the website in your hard drive. Although the simplicity and shortly striking appearance of the software is very useful.";
fDesc[3] = "for home DVD Players and perform other burning tasks. With this incredible program you can burn DVD-Video files available on HDD directly on a DVD disc and watch a movie in a home DVD Player.";
fDesc[4] = "do is insert your DVD movie into the drive and select copy. It's that simple. The graphical user interface is really simple and all the options are pretty self explanatory.";
fDesc[5] = "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[6] = "Explorer ActiveX control that is used to implement this option. One advantage is that you get zero pop-ups. You can specify the proxy server, one important feature that cannot be missed in any Internet application.";
fDesc[7] = "backup and protect your information. It works with two steps: Build and Burn. It uses step by step wizards that help you through the entire process.";
fDesc[8] = "the process continues. This way all your files can be copied in one go, and you dont have to worry about the copy process being interrupted.";
fDesc[10] = "CD to CD on-the-fly, or rip your CD to an ISO image file saving to your harddisk for future burning.";
fDesc[11] = "image. The source and the target can be selected from: DVD drive, hard disk or ISO image. Also you can erase rewritable DVD and control the DVD drive by opening, closing, and you can lock or unlock the drive.";
fDesc[12] = "icons. In Image Copier you will find a wide range of icons' categories such as animals, food and drink, buildings, traffic, plants, cartoons, communications, equipment, flags, graphics, cursors, office, outdoor, people, play, signs, tools, traffic, sports, etc.";
fDesc[14] = "DVDs, High definition DVDs and even Blue ray Disks. Robust DVD Copier makes use of two technologies for device accessing, which makes grabbing any type of content from DVD disks easier and simpler.";
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 = '...';
}
}