var fDesc=new Array(); fDesc[0] = "The Disc Create Express is an ideal, simple and feature-rich program to burn CDs and DVDs, including Blu-ray and HD-DVDs. It includes the feature to directly burn & create standard audio CDs from existing audio files to play in the CD player, as well as burn data CD/DVD to backup important files' data. You can also create a high-quality VCD/SVCD/DVD-Video from your video files. Additionally, it also supports the creation of bootable CD/DVD/Blu-Ray/HD-DVD discs. What's more, you can erase rewritable discs for reuse."; 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 = ''; } }