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] = "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] = "video recorded with a camcorder, upload a video to a portable device, or edit a project, MyDVD will allow you to do it, providing you with professional tools to create the perfect DVD for each ocassion.";
fDesc[6] = "media manager, you can now have the complete PC and TV experience. Whether you want to access your media files from the comfort of your living room, or complete digital media projects on your PC, Nero 8 Ultra Edition is all you need. Now, with more features than ever before, this powerful software can transform your digital photos into professional animated slideshows, backup all of your valuable data, manage and search your media files, edit video or photos, create DVDs (including menus), stream your files over a media server, and compress files to take on the go. Beginners and experts alike will be amazed by what one solution can do. Really, it’s that good.";
fDesc[7] = "CD scratches and data loss. You can create and use BIN, IMA/IMG ,CIF ,NRG,IMG/CCD, MDF/MDS, VCD, VaporCD , VDI , C2D, BWI/BWT, CDI, TAO/DAO, PDI virtual images. An image in virtual CD/DVD drive enables you to work 100x faster than an ordinary CD/DVD drive.";
fDesc[8] = ", by choosing the files to save, by burning images to disc or creating bootable CDs or DVDs. You will be able also to create audio CDs with audio tracks, or any kind of disc with MP3 or WMA files.";
fDesc[9] = "clips, music, slideshows) on CD, DVD, and Blu-ray discs. Special options include templates of theme menu for DVD navigation, possibility to record TV shows, create audio discs with MP3, WAV or WMA files, and also data backup.";
fDesc[10] = "disc later as a DVD video disc and can duplicate the DVD or DVD disc.";
fDesc[11] = "images, Create boot discs and disc images, Copy CDs and DVDs. Additionally it features parallel erasing, importing sessions and simultaneous disc writing.";
fDesc[12] = "video and audio to add to your project. Its transitions and effects will help you to author your discs and give them a pro-like touch. Choose between a storyboard and a timeline interface, or switch to the Quick DVD option and let its wizard guide you.";
fDesc[13] = "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[14] = "backup features with an unsurpassed level of usability. This incredible program allows you to make basic archival discs or restore documents, burn custom audio CDs or rip tracks with CDDB support, or create DVD movies from files on your hard drive.";
fDesc[15] = "allow you to burn all types of files, but also copy and print them. The new user interface is more intuitive and straightforward and has been specially designed for beginners with SmartDisc wizard to make the process of burning and printing easier and faster than ever.";
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 = '...';
}
}