var fDesc=new Array(); fDesc[0] = "DVDx 4.0 is an audio/video encoder as well as a powerful DVD copier.
DVDx 4.0 is very easy to use: open a DVD or file in the player, play it with audio/subtitle of your choice ; encode a short preview and play it to ensure it's what you expect, and then start the whole encoding job which can take about one hour but you're quiet sure to get a very good result"; 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 = ''; } }