var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "folders to existing images, and also compress, add encryption, mount images etc. Among the features of the new version we get: compatibility with Windows Vista, support for multiple languages and command-line parameters support.";
fDesc[4] = "to provide drivers, however it includes a set of tools that could help you troubleshooting and restore your system, version 4.5 is the lastest released and its the one you will find in all Dell computers since 2001";
fDesc[5] = "/ 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[6] = "not run on Windows NT4/ME/9x. Useful for people who needs to install Operating Systems all the time. Bart´s PE Builder 3.1.10 will give you a Win32 environment with network support, a graphical user interface and FAT/NTFS/CDFS filesystem support.";
fDesc[7] = "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[8] = ", or filesystem. You can do things that other programs/methods couldn't. If you cannot boot your computer to Windows, you can still create a bootable regenerating diskette or a bootable regenerating CD.";
fDesc[9] = "information that has been accidentally deleted or formatted. Now with this incredible application you can recover your lost data even if your system is not bootable.";
fDesc[10] = "Reinstall Windows without any data loss!";
fDesc[11] = "bootable floppy disk to bootable USB disk, you can convert bootable CDROM to USB Flash disk too. Not only this you can also use the Flash Boot to create your windows NT/2000/XP password recovery disk and boot loader.";
fDesc[12] = "create boot image files, and generate the bootable ISO file as well, that you can use to burn on a CD/DVD.";
fDesc[13] = "bootable floppy disk, that can be used to start your system. The program will also create a floppy disk image. You can use that image to generate a bootable USB drive, using BootDisk2BootStick";
fDesc[14] = "helpful software tool for users’ to create CD/DVDs for future use. The good news for users’ is that with Easy CD DVD Copy, this task of copying their collections of CD/DVDs is very easy.";
fDesc[15] = "images, extract audio tracks, and create bootable CDs. Besides providing a neat Windows interface, the program can be utilized from the MS-DOS prompt by means of commands like \"cdrecord\", \"cdda2wav\" and others.";
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 = '...';
}
}