var fDesc=new Array(); fDesc[0] = "Free Easy DVD Creator is a program that allows you to create DVD movies from video files you collected to enjoy with a home DVD player. You can create customized music CD from different audio files, rip audio tracks from your music CDs to WMA and WAV with high speed, burn your important data to CD/DVD discs for backup to avoid data loss, and more."; 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 = ''; } }