var fDesc=new Array(); fDesc[0] = "Nero 6 Ultra Edition 8.2 includes different tools for burning discs and making photo CD, DVD from home video, disc labels and etc.

Nero StartSmart is a comfortable application to use. Just select the task you need, and it will do what you need automatically. It's new in Nero6, and allows any users easily and quickly burn discs.

Nero Express has a user friendly interface, which allows
all users to work with it easily. Nero Express is used for burning discs.

Nero Burning ROM is an easy application for burning the data on discs. Just select the type of the disc, for example, CD or DVD, then add some data, and begin to burn.

Nero Vision Express 2 has a user friendly interface. It lets you burn quickly DVD or CD and record a movie on a DVD disc directly, make films or slideshows, bring a movie to the hard disk from the camera.

Nero Cover Designer is a program for creating covers and labels for disks.

Nero Wave Editor is a program for editing and recording audio files. The various filtering and sound optimization methods allow you to create individual audio files quickly and easily. You can then burn your edited audio tracks using Nero Burning ROM, Nero Express, or NeroMIX.

NeroMIX is a trendy combination of playback and burning software. With this program, you can play back all current audio
formats, listen to Internet radio, create playlists and also burn your own audio and data discs.

Nero ShowTime is an application that can play back all digital recordings (e.g. movies, TV programs, home videos, DVD video) with excellent picture and sound quality.

InCD is a packet writing program, which formats re-writable discs in such a way that they can be used like large diskettes. You can copy files onto the disc using Drag & Drop in Microsoft Explorer or save them to the disc from other applications."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }