var fDesc=new Array(); fDesc[0] = "Tipard DVD to MP3 Converter is a free DVD to MP3 converting software to freely convert DVD to MP3. Free download this DVD to MP3 Converter to rip DVD to MP3, and put it on your MP3 players. It also supports MP2, OGG, and WAV format. Besides the functions of converting DVD to MP3, you can trim videos, merge several files into one for your music enjoyment, snapshot pictures, etc."; 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 = ''; } }