var fDesc=new Array(); fDesc[0] = "It can convert DVD to MP4, MPEG-4, MOV, MKV video formats. It also can convert DVD to mp3, m4a and aac audio. It is a powerful and easy-to-use DVD Ripper software for Windows users to rip. It also can convert DVD to mp3, m4a and aac audio.support the audio & video formats"; 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 = ''; } }