var fDesc=new Array(); fDesc[0] = "Do you want a DVD disc of your favorite songs? MP3 to DVD Maker create your own music DVD and enjoy it on any DVD player!It is a revolutionary tool that changes the way you listen to your favorite music. It supports audio formats include WMA,WAV,MP2,MP3,etc.Over 1,000 MP3 songs can be burned into 1 DVD disc. And play them on any DVD player since it's DVD-Audio compliant. It supports DVD Standard include NTSC, PAL.You can choose the DVD audio bit-rate such as 128,192,224 (kbps).In the DVD disc, each music file will be in one DVD Chapter.MP3 to DVD Maker can create DVD Chapter menu automatically."; 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 = ''; } }