var fDesc=new Array(); fDesc[0] = "Free Create-Burn Iso Image is a burner slash iso creator for Windows. The name, again, says it all. Lets break it 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. There is a trend nowadays that goes towards building applications that can be operated from the main window, without bothering the user with complicated set-ups and options, and I am all in for it. Once you open this application, all you have to do is feed it files. Drag and drop works like a charm in this application. Just look for your files and drag them to the dialog. After that you are given the choice to burn a DVD or create an ISO image. At the right of the GUI, you have a couple of buttons that allow you to create a folders, arrange them, delete them and more. Down below, you are prompted to specify if you want to record a DVD or a CD, and even farther down, you can select to burn or create ISO images. The burning process takes place on a separate window and, after a couple of minutes, you will have a working CD or ISO image."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }