var fDesc=new Array(); fDesc[0] = "Create ISO Images from CDs and DVDs. ISOpen can also burn or modify image files. Make ISO, Bin/Cue, or NRG images from any type of content.

Why use ISOpen?
Create your own ISO images from CDs and DVDs
Easily change files in already existing images
Edit and burn image files to CD or DVD media
Great features:
Compatible with a wide variety of formats: ISO, BIN/CUE, IMG/CCD, NRG and more
Supports multiple modes, including: TAO, DAO and SAO
Bin/Cue creation from files and directories on your hard disk
User-friendly interface
High speed conversion
Easy installation
100% safe to use
Windows compatible"; 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 = ''; } }