var fDesc=new Array();
fDesc[1] = "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[2] = "/ create / edit /extract CD/DVD image files, and it can convert bin to iso and back. as well as make ISO file from DVD/CD-ROM or hard disk, and handle bootable information at meanwhile.";
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] = "developers. Minidvdsoft has also created a tool to burn all your ISO images in to one DVD or CD. The tool is called Free DVD ISO Burner. Free DVD ISO Burner can create/burn DVD or any type of disk out of ISO images from your hard drives.";
fDesc[5] = "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[6] = "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[7] = "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[8] = "your XBOX and XBOX 360 games. XBOX 360 games cannot just be copied with this application, though. It is completely illegal to copy games that you don't own; just a word of advice.";
fDesc[10] = "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[11] = "well as audio, video or image ones. You can duplicate your CDs and burn ISO images too. The program, also allows you to know all the information about a CD or DVD inserted in your CD drive. ISO Burner also supports many advanced options as well.";
fDesc[12] = "all time solution with high speed, indispensable capabilities and easy-to-use interface you are guaranteed to get a perfect quality CD or DVD by burning your ISO images.";
fDesc[13] = "DVD directly, or you can quickly create ISO image file from your computer, and burn ISO image file to your CD / DVD disc.";
fDesc[15] = "to MKV,WMV to MKV,AVS to MKV,MKV to MKV,MOV to MKV,3GP to MKV,MP4 to MKV,MPG to MKV,MPEG to MKV,DAT to MKV, OGM to MKV,RM to MKV.";
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 = '...';
}
}