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] = "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[3] = "/ 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[4] = "CD scratches and data loss. You can create and use BIN, IMA/IMG ,CIF ,NRG,IMG/CCD, MDF/MDS, VCD, VaporCD , VDI , C2D, BWI/BWT, CDI, TAO/DAO, PDI virtual images. An image in virtual CD/DVD drive enables you to work 100x faster than an ordinary CD/DVD drive.";
fDesc[5] = "in the certain format, but also a powerful, interesting and flavorful DVD of high quality, with your own menu, subtitles and background music.";
fDesc[6] = ", 7-Zip… The jZip – developed by Discordia Ltd. – is one more option to take into account and deserves our attention due to its effectiveness, ease of use and freeware license. This tool is based on the well known 7-zip archiving technology developed by Igor Pavlov.";
fDesc[7] = "secure distribution and collaboration. With Acrobat Standard you can: * Combine and arrange documents * Manage shared reviews * Use familiar review and commenting tools * Save in Microsoft Word * Capture web pages * Sign documents digitally * Etc.";
fDesc[8] = "minutes. Thanks to its intuitive and easy to use interface, making copies of your data files has never been so simple. You just drag and drop the files or folders you want to copy to the FileCD window.";
fDesc[9] = "needed, this program can also make a full verification of the burnt files to make sure they match exactly the ones included in the ISO image. Besides, if the media you are using is rewritable (CD-RW or DVD-RW), you can also erase its contents beforehand with this tool.";
fDesc[10] = ", restore and extract ISO files from a CD/DVD - ROM, hard disk or storage device. That ISO file can be also burned to writable CD/DVD. There are other formats of image files, such as .BIN and .NRG, which ISOMagic can convert to standard ISO format.";
fDesc[11] = "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[12] = "Author Plus.";
fDesc[13] = "manage your ISO files. It supports all types of recordable CDs and DVDs, including double-layer DVDs. If you wish to enhance the functionality of this free program, you are offered a number of plug-ins that will let you burn audio CDs and video DVDs as well.";
fDesc[14] = "A4, PDF Page Size Split will split the pdf into two files:- one for A3 and one for A4 pages";
fDesc[15] = "the pdf into two files:- one for A3 and one for A4 pages";
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 = '...';
}
}