var fDesc=new Array(); fDesc[0] = "Dicsoft iPod Video Converter is the easiest iPod Converter software, that can convert any video files and movies to iPod Touch MPEG4, iPod Touch H.264, iPod MPEG4, iPod H.264, MOV and iPod compatible formats and play them on your iPod with excellent image and sound quality.
The features of this program are: superb video and audio quality and the fastest conversion speed built-in X!-Speed transcode technology, up to 3x faster than conventional converter."; 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 = ''; } }