var fDesc=new Array(); fDesc[0] = "Max DVD to IPOD MP4 Converter is a powerful, yet easy-to-use DVD to iPod movie file format converter that allows you to convert your DVD's to the MP4 video format so you can upload and play them on your iPod.

You can add new output format with the supported video codec and audio codec and some other parameters to fit the best quality play on your own iPod."; 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 = ''; } }