var fDesc=new Array();
fDesc[1] = "DVD from home videos. You can playback digital media files, and make an archive song collection in MP3. You can also backup personal data and legally record DVDs.";
fDesc[2] = "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[3] = "possible way. With great compatibility and performance, Nero is the top of the line burning solution. The program allows the user to burn data discs onto CD, DVD, DL DVD, HD-DVD and Blue Ray Discs. It also allows for image burning, and supports most formats out there.";
fDesc[4] = "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[5] = "data CDs, video and data DVDs, or data Blu-ray discs. This application is very intuitive and easy to use. You just have to drag the files you want onto the Express Burn icon and click on the Burn button, and in a few minutes you can enjoy your CD, DVD, or blu-ray disk";
fDesc[6] = "Minidvdsoft has also created a tool to burn all your important data to secure DVD and CDs. In the current world it is very important to store all your data in secure disks, burning all different data in to one disk has become very simple with the Free DVD Burner from Minidvdsoft.";
fDesc[7] = "However, its simplicity is not to be mistaken with weakness. This application allows you to tackle most burning tasks from a single user interface. When you first open the application, you will see that, on the left, are the main burning modes.";
fDesc[8] = "Blu-ray disc any information, photos, movies, games etc., create your own bootable CD, ISO disk image. All of this is fantastic easily and quickly.";
fDesc[9] = "archiving needs. Capture, edit and add all kind of menus and effects to your videos, or make slideshows with your favourite photos, or create your own data or audio discs, and burn your media to CD, DVD, HD DVD or Blu-ray discs.";
fDesc[10] = "without any loss and shrinking an 8.5 GB DVD (D9) movie to fit a 4.37GB DVD (D5) disk with high quality";
fDesc[12] = ", create Video DVD s (S)Video CD s, create and burn disc images, and more!";
fDesc[13] = "software to create data CD and DVD.Burn your data on CD, DVD and even Blu-ray Discs quickly and easily.";
fDesc[14] = "images. Many types of media are supported, including CD R/RW, DVD+R/RW, DVD-R/RW, DVD DL.";
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 = '...';
}
}