var fDesc=new Array();
fDesc[1] = "Discs. The Essential version is normally included within bundled hardware like recorders or pc systems. The software included may depend on the manufacturer specifications.";
fDesc[2] = "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[3] = "program that you install on your computer. This incredible program shows you which are the AVS programs that you have installed on your computer, which are registered or not, and also alerts you if there's any promotion or discount available";
fDesc[4] = "and DVDs. You can choose between several static and animated menus and preview everything before burning the disc. You can also burn standard DVD files (VIDEO_TS folders containing files. VOB. IFO and. BUP).";
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] = "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] = "disc support, security features and an all-new, slick Windows Vista interface.";
fDesc[8] = "tasks. It allows you to burn data CDs and DVDs from scratch. It can also convert MP3 songs to CDA format and then burn those files to create an AudioCD file. The program can also create bootable CDs and DVDs.";
fDesc[9] = "CD-R/CD-RW/DVD-R/DVD+ R/DVD-RW/DVD+RW/DVD-RA M (SCSI-IDE/EIDE-USB), Multi languages, ISO support";
fDesc[10] = ", 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[11] = "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[12] = "CopyToDVD you can back up audio (from MP3, WMA, Ogg Vorbis, MusePack and APE file formats), games, videos, photos and data files (including ISO/Joliet/UDF formats).";
fDesc[13] = "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.";
fDesc[14] = "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[15] = "video editing tools. This software rivals most DVD burning software in its simplicity. No experience is necessary for creating a unique professional video from scratch. The first great feature that this software offers is the capturing of video from your camcorder.";
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 = '...';
}
}