var fDesc=new Array();
fDesc[1] = "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[2] = "everything Nero. The Nero Burning suite comes with many applications that range from CD/DVD burners, CD/DVD copying, drive speed analysis, image burning, and so one.";
fDesc[3] = "you to create template designs. Those designs can be used to print on your DVD or CD discs that are printable. Your burner has to be LightScribe capable in order for this application to work and you also need to have some other LightScribe software installed.";
fDesc[4] = ", it is a nice alternative to other burning suites that take most of the user share. The nice thing about this software is that it allows you to tackle most burning tasks that any day-to-day user might need to carry out.";
fDesc[5] = "is fully compatible with Windows Vista operating system.";
fDesc[6] = "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[7] = "disc later as a DVD video disc and can duplicate the DVD or DVD disc.";
fDesc[8] = "video files including AVI DivX XVid MPEG WMV ASF MOV RM MP4 FLV, So you can play movies on your home DVD Player.";
fDesc[9] = "For starters, DVD Copy Express will take care of any protection your DVD movie might have, making it ideal for backing up your movie collection.";
fDesc[10] = "you can play your movies on your home DVD player. Supports input formats: AVI, DIVX, XVID, MP4, MPG, WMV, ASF, MOV, RM etc.";
fDesc[11] = "best solution for all your burning and backing up needs!";
fDesc[12] = "to convert RM RMVB files to DVD and also burn DVD disc easily. The operations done by Easy RM RMVB to DVD Burner are fast and also produces extremely good output which makes Easy RM RMVB to DVD Burner very popular among users.";
fDesc[13] = "discs. Interface supports English, German, French languages and works with Windows 98/XP/Vista. It is a complete recording suite that fulfills the needs of all users, from making security backup copies to video creation in the movie format of your choice DVD, SVCD or VCD.";
fDesc[14] = "MPEG,AVI,DIVX,WMV,RM files to DVD but also burn it into DVD disc for future use. Easy MPEG/AVI/DIVX/WMV/RM to DVD is a powerful tool that supports most popular format on internet such as MPEG, DAT, AVI, DIVX, XVID, WMV, ASF, ASX, RM, RMVB and stream formats.";
fDesc[15] = "disc with ease. Easy Avi/Divx/Xvid to DVD Burner supports most popular format on internet such as Divx, Xvid, AVI and stream formats. Easy Avi/Divx/Xvid to DVD Burner provides a facility to generate DVD image";
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 = '...';
}
}