var fDesc=new Array(); fDesc[0] = "Burn audio, video and ISO Images to CDs and DVDs.

Easy to use tool for burning and creating audio and video CDs and DVDs. You can also use this tool to work with ISO Images by creating new image files, editing existing ones and burning copies on DVDs."; 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 = ''; } }