var fDesc=new Array(); fDesc[0] = "Click to DVD BD is a software application that provides you with the wide range of operations to create a disc, from importing media files (video and picture files) to exporting them to a disc. You can easily create your original disc just by following the on-screen instructions.
You can also save the imported media files to your computer"s hard disk drive instead of exporting them to a disc."; 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 = ''; } }