var fDesc=new Array();
fDesc[1] = "/ 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[2] = "Here is an answer to you questions “Free DVD ISO Maker” Free DVD ISO Maker is a great tool developed by the team of Minidvdsoft creative team. Minidvdsoft is a software product development company involved in creating different solutions.";
fDesc[4] = "DVD and CD discs if they want to keep a copy of them. The speed of a disc processing is pretty fast. This program has a user-friendly interface. It is provided in several languages.";
fDesc[5] = "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[6] = "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[7] = ", viruses, spam’s, worms and others harmful wares have forced user keep on pondering about the loss of their precious and valuable data. ImTOO ISO Maker is a savior for all such worried users.";
fDesc[8] = "DVD directly, or you can quickly create ISO image file from your computer, and burn ISO image file to your CD / DVD disc.";
fDesc[10] = "This piece of software not only helped me to create ISO files from my files, folders and CD/DVDs, but also helped me to burn them to new discs. Ukoo ISO Maker is also a good program for distributing software across the Internet: files can be sent by email right from the program's interface.";
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 = '...';
}
}