var fDesc=new Array(); fDesc[0] = "123 DVD Converter provides a fast and easy way to rip and convert your DVDs to play on the web, your computer or your portable devices without disc, anytime, anywhere!
123 DVD Converter makes it simple to rip any parts of a DVD that you want. It also extracts audio tracks from all kinds of DVD discs and save them as WAV."; 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 = ''; } }