var fDesc=new Array();
fDesc[1] = "other applications of this kind. With this tool you can write images on a disc, mount on a virtual drive, create an image from a disc or convert it to different formats, create bootable CDs/DVDs, etc.";
fDesc[2] = "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[3] = "media like CDs, DVDs, Blueray discs, HD-DVD discs, and more. Many applications come in .ISO formats, which are images of a disc.";
fDesc[4] = "CDs and DVDs, make bootable data CDs and DVDs, create multisession discs. gBurner is also a disc image file processing tool, which allows you to open, create, extract, edit, convert and burn ISO/BIN image files.";
fDesc[5] = ", 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[6] = "down anyway. This is a free application that creates ISO images and allows you to burn ISO images. Now that we got that out of the way, lets focus on the interface.";
fDesc[7] = "simple steps. This incredible program has the ability to open and extract the files contained in ISO, BIN/CUE, IMG/CCD, NRG, CIF, MDF, TDCI, C2D, BWI, B5I, VaporCD, among others.";
fDesc[8] = "is this simple. You will find no better replacement for Xilisoft ISO Burner when it comes to burning your data or movie or bootable ISO images to CD/DVD. Burn ISO image files and other types of CD/DVD image files like: BIN/CUE, IMG, MDF, NRG, CDI, B5i, B6i, DMG to CD/DVD disc.";
fDesc[9] = "images to high quality CD or DVD discs, with support of CD-R, DVD-R, DVD+R, CD-RW, DVD-RW, DL DVD+RW, HD DVD and Blu-ray discs. This program can also be used to erase CD-RW and DVD-RW discs.";
fDesc[10] = "with the function of burning any of your image files just by following some simple steps. This advanced software has got a very friendly, simple and intuitive interface that will guide you on how to burn your files into a CD or DVD.";
fDesc[12] = "browser window and drag and drop to the project CD or DVD you wish to create. It supports the next disc formats: DVD, DVD+RW, DVD+R, DVD-R, DVD-RW, DVD-RAM, CD-R, and CD-RW discs. You can backup files, Rip discs to ISO files, and Burn ISO files.";
fDesc[13] = "and burn the ISO file to a CD/DVD-R disk. The software can also rip your CD/DVD discs to an ISO file, and burn it. You can use the feature to get CD / DVD image ISO file or copy your data from a CD/DVD disc quickly.";
fDesc[14] = "will be able to intuitively create your own audio CDs from your MP3 collection without needing to decode your audio files first. MP3 Audio CD Burner will do it for you! Or you can put as many MP3 files as you can fit into a CD-R or DVD-R and take them with you!";
fDesc[15] = ", data DVD copyYou can use the software to backup data to DVD.";
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 = '...';
}
}